Files
komodo/test.core.config.toml
Maxwell Becker 43593162b0 1.13.2 local compose (#36)
* stack config files_on_host

* refresh stack cache not blocked when using files_on_host

* add remote errors status

* improve info tab

* store the full path in ComposeContents
2024-08-18 00:04:47 -07:00

35 lines
603 B
TOML

title = "Test"
host = "http://localhost.9120"
passkey = "a_random_passkey"
ensure_server = "http://localhost:8120"
############
# DATABASE #
############
mongo.address = "localhost:27017"
################
# AUTH / LOGIN #
################
local_auth = true
jwt_secret = "your_random_secret"
jwt_ttl = "2-wk"
############
# WEBHOOKS #
############
webhook_secret = "a_random_webhook_secret"
##################
# POLL INTERVALS #
##################
stack_poll_interval = "1-min"
sync_poll_interval = "1-min"
build_poll_interval = "1-min"
repo_poll_interval = "1-min"
monitoring_interval = "5-sec"