mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
12 lines
184 B
TOML
12 lines
184 B
TOML
[variables]
|
|
password_salt = "${password:64}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "wakapi"
|
|
port = 3000
|
|
host = "${domain}"
|
|
|
|
[config.env]
|
|
WAKAPI_PASSWORD_SALT = "${password_salt}"
|