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
16
config.json
16
config.json
|
|
@ -78,10 +78,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"history":
|
||||
"memory":
|
||||
{
|
||||
"enabled":true,
|
||||
"timeout":null
|
||||
"history":
|
||||
{
|
||||
"enabled":true
|
||||
}
|
||||
},
|
||||
"database":
|
||||
{
|
||||
"history":
|
||||
{
|
||||
"enabled":true,
|
||||
"timeout":null
|
||||
}
|
||||
},
|
||||
"header":
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue