mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-25 06:49:31 +01:00
35 lines
623 B
JSON
35 lines
623 B
JSON
{
|
|
"Server": {
|
|
"Port": 3333,
|
|
"BasePath": "/cli/"
|
|
},
|
|
"Storage": {
|
|
"File": "/tmp/cli.json"
|
|
},
|
|
"Provider": {
|
|
"Name": "cli",
|
|
"Kubernetes": {
|
|
"QPS": 256,
|
|
"Burst": 512
|
|
}
|
|
},
|
|
"Sessions": {
|
|
"DefaultDuration": 10800000000000,
|
|
"ExpirationInterval": 10800000000000
|
|
},
|
|
"Logging": {
|
|
"Level": "info"
|
|
},
|
|
"Strategy": {
|
|
"Dynamic": {
|
|
"CustomThemesPath": "/tmp/cli/themes",
|
|
"ShowDetailsByDefault": false,
|
|
"DefaultTheme": "cli",
|
|
"DefaultRefreshFrequency": 10800000000000
|
|
},
|
|
"Blocking": {
|
|
"DefaultTimeout": 10800000000000
|
|
}
|
|
}
|
|
}
|