=Improved template

This commit is contained in:
Lockszmith (@avital) 2025-01-17 13:23:42 -08:00
parent fc36238040
commit 51d3aec3b6
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,3 @@
# VARIABLE=value #comment
APP_ROUTE_OPTIONAL=${LEGACY_ROOT_DOMAIN:+ || Host(`example.${LEGACY_ROOT_DOMAIN}`)}
APP_ROUTE_OPTIONAL=${ALT_ROOT_DOMAIN:+ || Host(`example.${ALT_ROOT_DOMAIN}`)}