Files
templates/blueprints/trmnl-larapaper/template.toml

18 lines
280 B
TOML

[variables]
main_domain = "${domain}"
[config]
mounts = []
[[config.domains]]
serviceName = "trmnl-larapaper"
port = 8080
host = "${main_domain}"
[config.env]
APP_URL = "${main_domain}"
PHP_OPCACHE_ENABLE = "1"
APP_TIMEZONE = "UTC"
REGISTRATION_ENABLED = "1"
FORCE_HTTPS = "0"