fix: respect environment variable to toggle BPN debug mode

This commit is contained in:
Björn Fromme
2025-09-02 08:40:17 +02:00
parent 76aeb101bd
commit 1c2421fb7e
4 changed files with 10 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@
parameters:
travel_info_base_url: '%env(APP_TRAVEL_INFO_BASE_URL)%'
path_to_keys: '%kernel.project_dir%/config/secret'
bpn_debug: '%env(APP_BPN_DEBUG)%'
services:
# default configuration for services in *this* file