mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
31 lines
559 B
JSON
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
|
|
}
|
|
}
|
|
}
|