mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
8 lines
183 B
TOML
8 lines
183 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
tailscale_hostname = ""
|
|
tailscale_apikey = ""
|
|
|
|
[config.env]
|
|
TAILSCALE_HOSTNAME = "${tailscale_hostname}"
|
|
TAILSCALE_APIKEY = "${tailscale_apikey}" |