Files
sablier/cmd/testdata/config_env_wanted.json
2022-11-02 23:15:06 -04:00

30 lines
534 B
JSON

{
"Server": {
"Port": 2222,
"BasePath": "/envvar/"
},
"Storage": {
"File": "/tmp/envvar.json"
},
"Provider": {
"Name": "envvar"
},
"Sessions": {
"DefaultDuration": 7200000000000,
"ExpirationInterval": 7200000000000
},
"Logging": {
"Level": "debug"
},
"Strategy": {
"Dynamic": {
"CustomThemesPath": "/tmp/envvar/themes",
"DefaultTheme": "envvar",
"DefaultRefreshFrequency": 7200000000000
},
"Blocking": {
"DefaultTimeout": 7200000000000
}
}
}