Files
templates/blueprints/mediacms/template.toml
2025-12-14 00:37:18 -06:00

18 lines
294 B
TOML

[variables]
main_domain = "${domain}"
postgres_password = "${password}"
admin_password = "${password}"
[config]
mounts = []
[[config.domains]]
serviceName = "web"
port = 80
host = "${main_domain}"
[config.env]
POSTGRES_PASSWORD = "${postgres_password}"
ADMIN_PASSWORD = "${admin_password}"