Activated debugging

This commit is contained in:
2025-11-03 02:42:52 +01:00
parent 60e2c972d6
commit 1cff5778d3

View File

@@ -1,6 +1,7 @@
# DOMAIN/URL
DOMAIN={{ domains | get_domain(application_id) }}
APP_URL="{{ domains | get_url(application_id, WEB_PROTOCOL) }}"
APP_DEBUG="{{ MODE_DEBUG | ternary(1, 0) }}"
# Shopware
APP_ENV={{ 'dev' if (ENVIRONMENT | lower) == 'development' else 'prod' }}