mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-30 17:47:26 +01:00
31 lines
591 B
JSON
31 lines
591 B
JSON
{
|
|
"Server": {
|
|
"Port": 1111,
|
|
"BasePath": "/configfile/"
|
|
},
|
|
"Storage": {
|
|
"File": "/tmp/configfile.json"
|
|
},
|
|
"Provider": {
|
|
"Name": "configfile"
|
|
},
|
|
"Sessions": {
|
|
"DefaultDuration": 3600000000000,
|
|
"ExpirationInterval": 3600000000000
|
|
},
|
|
"Logging": {
|
|
"Level": "trace"
|
|
},
|
|
"Strategy": {
|
|
"Dynamic": {
|
|
"CustomThemesPath": "/tmp/configfile/themes",
|
|
"ShowDetailsByDefault": false,
|
|
"DefaultTheme": "configfile",
|
|
"DefaultRefreshFrequency": 3600000000000
|
|
},
|
|
"Blocking": {
|
|
"DefaultTimeout": 3600000000000
|
|
}
|
|
}
|
|
}
|