mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
11 lines
201 B
TOML
11 lines
201 B
TOML
[variables]
|
|
SERVER_NAME = "Enshrouded Dokploy"
|
|
SERVER_PASSWORD = "${password:15}"
|
|
|
|
[config]
|
|
domains = []
|
|
mounts = []
|
|
env = [
|
|
"SERVER_NAME=${SERVER_NAME}",
|
|
"SERVER_PASSWORD=${SERVER_PASSWORD}"
|
|
] |