mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-19 21:05:22 +02:00
14 lines
252 B
TOML
14 lines
252 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
session_secret = "${password:32}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "silex"
|
|
port = 6805
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
SILEX_URL = "http://${main_domain}"
|
|
SILEX_SESSION_SECRET = "${session_secret}"
|