mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-03 03:27:28 +01:00
* add tmp test * add strategy config * strategy config * pause / unpause strategy impl * Fix tests * fix compilation * add pause / unpause tests * add doc * add config test * start if not paused * remove test files
44 lines
850 B
JSON
44 lines
850 B
JSON
{
|
|
"Server": {
|
|
"Port": 3333,
|
|
"BasePath": "/cli/"
|
|
},
|
|
"Storage": {
|
|
"File": "/tmp/cli.json"
|
|
},
|
|
"Provider": {
|
|
"Name": "cli",
|
|
"AutoStopOnStartup": false,
|
|
"Kubernetes": {
|
|
"QPS": 256,
|
|
"Burst": 512,
|
|
"Delimiter": "_"
|
|
},
|
|
"Podman": {
|
|
"Uri": "unix:///run/podman/podman.sock.cli"
|
|
},
|
|
"Docker": {
|
|
"Strategy": "pause"
|
|
}
|
|
},
|
|
"Sessions": {
|
|
"DefaultDuration": 10800000000000,
|
|
"ExpirationInterval": 10800000000000
|
|
},
|
|
"Logging": {
|
|
"Level": "info"
|
|
},
|
|
"Strategy": {
|
|
"Dynamic": {
|
|
"CustomThemesPath": "/tmp/cli/themes",
|
|
"ShowDetailsByDefault": false,
|
|
"DefaultTheme": "cli",
|
|
"DefaultRefreshFrequency": 10800000000000
|
|
},
|
|
"Blocking": {
|
|
"DefaultTimeout": 10800000000000,
|
|
"DefaultRefreshFrequency": 10800000000000
|
|
}
|
|
}
|
|
}
|