Create template.toml

This commit is contained in:
ZeroWing-Automator
2026-05-05 06:34:00 +05:00
committed by GitHub
parent 644cdfcb77
commit a06feb6a99

View File

@@ -0,0 +1,12 @@
[variables]
main_domain = "${domain}"
retention_period = "90d"
[config]
[[config.domains]]
serviceName = "victoriametrics"
port = 8428
host = "${main_domain}"
[config.env]
RETENTION_PERIOD = "${retention_period}"