mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
separate history storage settings
This commit is contained in:
parent
970f8f6497
commit
eeceb7caaa
1 changed files with 13 additions and 3 deletions
10
config.json
10
config.json
|
|
@ -78,10 +78,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"memory":
|
||||||
|
{
|
||||||
|
"history":
|
||||||
|
{
|
||||||
|
"enabled":true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"database":
|
||||||
|
{
|
||||||
"history":
|
"history":
|
||||||
{
|
{
|
||||||
"enabled":true,
|
"enabled":true,
|
||||||
"timeout":null
|
"timeout":null
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"header":
|
"header":
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue