Files
sablier/pkg/sabliercmd/testdata/config_default.json
Yoann Lecuyer 0d699effc3 feat(docker): add docker pause strategy (#755)
* 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
2025-11-27 12:03:37 -05:00

44 lines
808 B
JSON

{
"Server": {
"Port": 10000,
"BasePath": "/"
},
"Storage": {
"File": ""
},
"Provider": {
"Name": "docker",
"AutoStopOnStartup": true,
"Kubernetes": {
"QPS": 5,
"Burst": 10,
"Delimiter": "_"
},
"Podman": {
"Uri": "unix:///run/podman/podman.sock"
},
"Docker": {
"Strategy": "stop"
}
},
"Sessions": {
"DefaultDuration": 300000000000,
"ExpirationInterval": 20000000000
},
"Logging": {
"Level": "info"
},
"Strategy": {
"Dynamic": {
"CustomThemesPath": "",
"ShowDetailsByDefault": true,
"DefaultTheme": "hacker-terminal",
"DefaultRefreshFrequency": 5000000000
},
"Blocking": {
"DefaultTimeout": 60000000000,
"DefaultRefreshFrequency": 5000000000
}
}
}