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

addresses #869bpb7fg
This commit is contained in:
Björn Fromme
2026-01-07 17:55:38 +01:00
parent ddb876bc1c
commit 97be776b10
3 changed files with 15 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"