Files
sablier/pkg/sabliercmd/testdata/config_cli_wanted.json
Alexis Couvreur da46d9895b refactor: add sabliercmd pkg
This will enable doc generation
2025-11-13 19:52:46 -05:00

41 lines
801 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"
}
},
"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
}
}
}