APP_NAME="Barber Appointment Booking"
APP_ENV=local
APP_KEY=base64:p0Hl/gVM+Yz0d5/ikMm18sf2KH3dr2pUAuoOTwPrYuA=
APP_DEBUG=true  # Set to false in production
APP_URL=https://barber.aibitsoft.cloud  # Replace with your server's IP or domain
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_TIMEZONE=UTC
DB_CONNECTION=mysql
DB_HOST=127.0.0.1  # Ensure this is the correct MySQL host
DB_PORT=3306
DB_DATABASE=aibitsofts_baber
DB_USERNAME=aibitsofts_barber   # ✅ correct username
DB_PASSWORD=Lo?a65)h%l@]Mk,L    # or whatever you set in cPanel

QUEUE_CONNECTION=database  # Or switch to Redis for production
SESSION_DRIVER=file  # Or switch to Redis for production
SESSION_LIFETIME=120
CACHE_DRIVER=file  # Or switch to Redis for production
