Files
templates/blueprints/lubelogger/template.toml
2026-07-07 13:55:48 -06:00

19 lines
408 B
TOML

[variables]
main_domain = "${domain}"
lubelogger_locale = "en_US.UTF-8"
lubelogger_enable_auth = "false"
lubelogger_domain = "https://${main_domain}"
[config]
mounts = []
[[config.domains]]
serviceName = "lubelogger"
port = 8080
host = "${main_domain}"
[config.env]
LUBELOGGER_LOCALE = "${lubelogger_locale}"
LUBELOGGER_ENABLE_AUTH = "${lubelogger_enable_auth}"
LUBELOGGER_DOMAIN = "${lubelogger_domain}"