27 lines
No EOL
481 B
TOML
27 lines
No EOL
481 B
TOML
update_interval = 300
|
|
max_concurrent_updates = 5
|
|
health_check_timeout = 30
|
|
max_retries = 3
|
|
backup_retention_days = 7
|
|
bearer = ""
|
|
|
|
[discovery]
|
|
poll_interval = 30
|
|
|
|
[discovery.labels]
|
|
enable_updates = "silserv.enable"
|
|
registry_url = "silserv.registry"
|
|
image_name = "silserv.image"
|
|
health_check_path = "silserv.health-path"
|
|
update_strategy = "silserv.strategy"
|
|
|
|
[registry]
|
|
default_url = ""
|
|
timeout = 30
|
|
|
|
[registry.auth]
|
|
username = ""
|
|
password = ""
|
|
|
|
[storage]
|
|
path = "./data/silserv.db" |