forked from github-starred/komodo
* 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
35 lines
603 B
TOML
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"
|