Browse Source

separate history storage settings

main
yggverse 2 months ago
parent
commit
eeceb7caaa
  1. 16
      config.json

16
config.json

@ -78,10 +78,20 @@
} }
} }
}, },
"history": "memory":
{ {
"enabled":true, "history":
"timeout":null {
"enabled":true
}
},
"database":
{
"history":
{
"enabled":true,
"timeout":null
}
}, },
"header": "header":
{ {

Loading…
Cancel
Save