mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 21:27:26 -05:00
* 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
42 lines
1.1 KiB
TOML
42 lines
1.1 KiB
TOML
###########################
|
|
# 🦎 KOMODO CORE CONFIG 🦎 #
|
|
###########################
|
|
title = "Komodo Test"
|
|
host = "http://localhost:9121"
|
|
port = 9121
|
|
passkey = "a_random_passkey"
|
|
repo_directory = ".core-repos"
|
|
frontend_path = "frontend/dist"
|
|
first_server = "http://localhost:8121"
|
|
|
|
disable_confirm_dialog = true
|
|
enable_new_users = true
|
|
|
|
# database.address = "localhost:27017"
|
|
database.address = "test-ferretdb.orb.local"
|
|
# database.username = "admin"
|
|
# database.password = "admin"
|
|
# database.uri = "mongodb://admin:admin@localhost:27017/komodo" # For ferretdb-postgres
|
|
|
|
local_auth = true
|
|
jwt_secret = "your_random_secret"
|
|
jwt_ttl = "2-wk"
|
|
|
|
oidc_enabled = false
|
|
# oidc_provider = "http://server.authentik2.orb.local:9000/application/o/komodo"
|
|
# oidc_client_id = "komodo"
|
|
# oidc_client_secret = "komodo"
|
|
|
|
webhook_secret = "a_random_webhook_secret"
|
|
|
|
monitoring_interval = "5-sec"
|
|
resource_poll_interval = "1-min"
|
|
|
|
###########
|
|
# LOGGING #
|
|
###########
|
|
logging.level = "info"
|
|
logging.stdio = "standard"
|
|
logging.otlp_endpoint = "http://tempo.grafana.orb.local:4317"
|
|
logging.opentelemetry_service_name = "Komodo"
|