Files
michaelschiemer/.env.backup.20250912_133135
Michael Schiemer e30753ba0e fix: resolve RedisCache array offset error and improve discovery diagnostics
- Fix RedisCache driver to handle MGET failures gracefully with fallback
- Add comprehensive discovery context comparison debug tools
- Identify root cause: WEB context discovery missing 166 items vs CLI
- WEB context missing RequestFactory class entirely (52 vs 69 commands)
- Improved exception handling with detailed binding diagnostics
2025-09-12 20:05:18 +02:00

54 lines
1.1 KiB
Plaintext

COMPOSE_PROJECT_NAME=michaelschiemer
APP_ENV=development
APP_PORT=8000
APP_SSL_PORT=443
APP_DEBUG=true
APP_KEY=base64:kJH8fsd89fs8df7sdf8sdf7sd8f7sdf
# JavaScript Logger Configuration
VITE_LOG_LEVEL=debug
APP_TIMEZONE=Europe/Berlin
APP_LOCALE=de
# Session Fingerprinting Configuration (minimal mode for better compatibility)
SESSION_FINGERPRINT_STRICT=false
SESSION_FINGERPRINT_USER_AGENT=true
SESSION_FINGERPRINT_ACCEPT_LANGUAGE=false
SESSION_FINGERPRINT_IP_PREFIX=false
SESSION_FINGERPRINT_THRESHOLD=0.5
# Database Configuration (Development)
DB_DRIVER=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=database
DB_USERNAME=mdb-user
DB_PASSWORD=dfghreh5465fghfgh
DB_CHARSET=utf8mb4
DB_ROOT_PASSWORD=qwee65132ertert
# External APIs (Development - optional)
SHOPIFY_WEBHOOK_SECRET=dev-webhook-secret
RAPIDMAIL_USERNAME=dev-username
RAPIDMAIL_PASSWORD=dev-password
RAPIDMAIL_TEST_MODE=true
# Analytics Configuration
ANALYTICS_ENABLED=true
ANALYTICS_TRACK_PAGE_VIEWS=true
ANALYTICS_TRACK_API_CALLS=true
ANALYTICS_TRACK_USER_ACTIONS=true
ANALYTICS_TRACK_ERRORS=true
ANALYTICS_TRACK_PERFORMANCE=true
PHP_VERSION=8.4
UID=1000
GID=1000
XDEBUG_MODE=debug,develop