initialize
This commit is contained in:
commit
f6e3fdd3c2
22 changed files with 7447 additions and 0 deletions
27
config.example.toml
Normal file
27
config.example.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue