mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
16 lines
260 B
TOML
16 lines
260 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
session_secret = "${password:64}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "streamflow"
|
|
port = 7575
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
SESSION_SECRET = "${session_secret}"
|
|
TIMEZONE = "Asia/Jakarta"
|
|
|
|
[[config.mounts]]
|