forked from github-starred/komodo
* fix parser support single quote ' * add stack reclone toggle * git clone with token uses token:<TOKEN> for gitlab compatability * support stack pre deploy shell command * rename compose down update log stage * deployment configure registry login account * local testing setup * bump version to 1.15.3 * new resources auto assign server if only one * better error log when try to create resource with duplicate name * end description with . * ConfirmUpdate multi language * fix compose write to host logic * improve instrumentation * improve update diff when small array improve 2 * fix compose env file passing when repo_dir is not absolute
24 lines
558 B
TOML
24 lines
558 B
TOML
################################
|
|
# 🦎 KOMODO PERIPHERY CONFIG 🦎 #
|
|
################################
|
|
port = 8121
|
|
repo_dir = ".repos"
|
|
stack_dir = ".stacks"
|
|
stats_polling_rate = "1-sec"
|
|
legacy_compose_cli = false
|
|
include_disk_mounts = []
|
|
|
|
############
|
|
# Security #
|
|
############
|
|
ssl_enabled = false
|
|
ssl_key_file = ".ssl/key.pem"
|
|
ssl_cert_file = ".ssl/cert.pem"
|
|
|
|
###########
|
|
# LOGGING #
|
|
###########
|
|
logging.level = "info"
|
|
logging.stdio = "standard"
|
|
logging.otlp_endpoint = "http://tempo.grafana.orb.local:4317"
|
|
logging.opentelemetry_service_name = "Periphery" |