mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 11:25:25 +02:00
12 lines
187 B
TOML
12 lines
187 B
TOML
[variables]
|
|
admin_password = "${password:32}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "gotify"
|
|
port = 80
|
|
host = "${domain}"
|
|
|
|
[config.env]
|
|
GOTIFY_DEFAULTUSER_PASS = "${admin_password}"
|