Files
sablier/cmd/testdata/config_env_wanted.json
2022-11-10 11:31:46 -05:00

31 lines
571 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",
"ShowDetailsByDefault": false,
"DefaultTheme": "envvar",
"DefaultRefreshFrequency": 7200000000000
},
"Blocking": {
"DefaultTimeout": 7200000000000
}
}
}