Update templates/compose/opnform.yaml

Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
Julien Nahum 2025-11-14 10:23:37 +00:00 committed by GitHub
parent c35411f367
commit d60e6838ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ x-shared-env: &shared-api-env
APP_ENV: production
APP_KEY: ${SERVICE_BASE64_APIKEY}
APP_DEBUG: ${APP_DEBUG:-false}
APP_URL: ${SERVICE_FQDN_OPNFORM}
APP_URL: ${SERVICE_FQDN_NGINX}
LOG_CHANNEL: errorlog
LOG_LEVEL: ${LOG_LEVEL:-debug}
FILESYSTEM_DRIVER: ${FILESYSTEM_DRIVER:-local}