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

31 lines
559 B
JSON

{
"Server": {
"Port": 3333,
"BasePath": "/cli/"
},
"Storage": {
"File": "/tmp/cli.json"
},
"Provider": {
"Name": "cli"
},
"Sessions": {
"DefaultDuration": 10800000000000,
"ExpirationInterval": 10800000000000
},
"Logging": {
"Level": "info"
},
"Strategy": {
"Dynamic": {
"CustomThemesPath": "/tmp/cli/themes",
"ShowDetailsByDefault": false,
"DefaultTheme": "cli",
"DefaultRefreshFrequency": 10800000000000
},
"Blocking": {
"DefaultTimeout": 10800000000000
}
}
}