Files
sablier/cmd/testdata/config_env_wanted.json
2023-10-10 13:30:23 -04:00

35 lines
633 B
JSON

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