feat: default status of new bookings to option during beta phase

addresses #869bpb7fg
This commit is contained in:
Björn Fromme
2026-03-16 12:02:22 +01:00
parent d7fd273475
commit 5a47ca6053
3 changed files with 16 additions and 3 deletions
+5
View File
@@ -58,6 +58,11 @@ APP_WEBSITE_BASE_URL="https://www.ep-reisen.de/"
APP_TRAVEL_PREFER_REMOTE=false
APP_TRAVEL_ENABLE_FALLBACK=true
# Booking Configuration
# Status for new bookings: 'F' (Fixed/Final), 'O' (Option - requires agency confirmation)
# Use 'O' during beta phase, switch to 'F' for production
DEFAULT_BOOKING_STATUS=F
API_KEYS=
XML_EXPORT_PATH="%kernel.project_dir%/var/xmlexport"