Files
sablier/pkg/sabliercmd/testdata/config_default.json
Alexis Couvreur 0f4a3a2e93 refactor: add sabliercmd pkg (#727)
This will enable doc generation
2025-11-13 20:18:57 -05:00

41 lines
760 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"
}
},
"Sessions": {
"DefaultDuration": 300000000000,
"ExpirationInterval": 20000000000
},
"Logging": {
"Level": "info"
},
"Strategy": {
"Dynamic": {
"CustomThemesPath": "",
"ShowDetailsByDefault": true,
"DefaultTheme": "hacker-terminal",
"DefaultRefreshFrequency": 5000000000
},
"Blocking": {
"DefaultTimeout": 60000000000,
"DefaultRefreshFrequency": 5000000000
}
}
}