Updated user-config template

This commit is contained in:
Lockszmith (@kateryna) 2024-12-08 16:53:10 -05:00
parent 0b19f51913
commit 76c0c40670
2 changed files with 4 additions and 4 deletions

View file

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