mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
12 lines
151 B
TOML
12 lines
151 B
TOML
[variables]
|
|
timezone = "Etc/UTC"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "pairdrop"
|
|
port = 3000
|
|
host = "${domain}"
|
|
|
|
[config.env]
|
|
TZ = "${timezone}"
|