mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
19 lines
408 B
TOML
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}"
|