APP_NAME="Kaffeekasse SaaS" APP_ENV=production APP_DEBUG=0 APP_URL=https://your-domain.tld # APP_BASE_PATH: Leer für direkten Zugriff auf Netcup APP_BASE_PATH= APP_TIMEZONE=Europe/Berlin APP_KEY=your-32-character-app-key-here ALLOW_PUBLIC_REGISTRATION=0 RFID_INGEST_ENABLED=0 # Netcup MySQL Konfiguration DB_HOST=localhost DB_PORT=3306 DB_NAME=your_database_name DB_USER=your_database_user DB_PASS=your_database_password # Mail-Konfiguration für Netcup MAIL_FROM=noreply@your-domain.tld MAIL_REPLY_TO=support@your-domain.tld MAIL_SUBJECT_PREFIX="[Kaffeekasse] " MAIL_LOG_FALLBACK=1 MAIL_LOG_FILE=storage/logs/mail.log # Password Reset URLs für Netcup PASSWORD_RESET_URL=https://your-domain.tld/reset-password?token={{token}} PASSWORD_RESET_TTL_MINUTES=60 PASSWORD_RESET_MAX_ACTIVE_TOKENS=3 PASSWORD_RESET_SUBJECT="Passwort zurücksetzen" # Rate Limiting RATE_LIMIT_LOGIN_MAX_ATTEMPTS=5 RATE_LIMIT_LOGIN_WINDOW_SECONDS=900 RATE_LIMIT_LOGIN_BLOCK_SECONDS=900 RATE_LIMIT_REGISTRATION_MAX_ATTEMPTS=3 RATE_LIMIT_REGISTRATION_WINDOW_SECONDS=3600 RATE_LIMIT_REGISTRATION_BLOCK_SECONDS=3600 # RFID Secret (ändern Sie diesen Wert!) RFID_SHARED_SECRET=your-secure-rfid-secret-here