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

35 lines
654 B
JSON

{
"Server": {
"Port": 1111,
"BasePath": "/configfile/"
},
"Storage": {
"File": "/tmp/configfile.json"
},
"Provider": {
"Name": "configfile",
"Kubernetes": {
"QPS": 64,
"Burst": 128
}
},
"Sessions": {
"DefaultDuration": 3600000000000,
"ExpirationInterval": 3600000000000
},
"Logging": {
"Level": "trace"
},
"Strategy": {
"Dynamic": {
"CustomThemesPath": "/tmp/configfile/themes",
"ShowDetailsByDefault": false,
"DefaultTheme": "configfile",
"DefaultRefreshFrequency": 3600000000000
},
"Blocking": {
"DefaultTimeout": 3600000000000
}
}
}