mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-20 21:35:24 +02:00
14 lines
217 B
TOML
14 lines
217 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
jwt_secret = "${password:64}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "signoz"
|
|
port = 8080
|
|
host = "${main_domain}"
|
|
path = "/"
|
|
|
|
[config.env]
|
|
SIGNOZ_JWT_SECRET = "${jwt_secret}"
|