Files
sablier/cmd/testdata/config.yml
Alexis Couvreur dfb9bacf59 feat(providers): add provider.auto-stop-on-startup argument (#346)
This feature adds the capability to stop unregistered running instances upon startup.

Previously, you had to stop running instances manually or issue an initial request that will shut down instances afterwards.

With this change, all discovered instances will be shutdown. They need to be registered using labels. E.g.: sablier.enable=true

Fixes #153
2024-10-01 17:30:14 -07:00

25 lines
487 B
YAML

provider:
name: configfile
auto-stop-on-startup: false
kubernetes:
qps: 64
burst: 128
delimiter: .
server:
port: 1111
base-path: /configfile/
storage:
file: /tmp/configfile.json
sessions:
default-duration: 1h
expiration-interval: 1h
logging:
level: trace
strategy:
dynamic:
custom-themes-path: /tmp/configfile/themes
show-details-by-default: false
default-theme: configfile
default-refresh-frequency: 1h
blocking:
default-timeout: 1h