APP_NAME="Furniture Movers Adelaide"
APP_ENV=production
APP_KEY=base64:PB6upHxyZCP21t40+yk3s5ZIpdEmeKXsMIVOXZYjnZ4=
APP_DEBUG=false
APP_URL=https://furnituremoversadelaide.com.au
APP_TIMEZONE=Australia/Adelaide
APP_LOCALE=en_AU
APP_FALLBACK_LOCALE=en

LOG_CHANNEL=stack
LOG_STACK=single
LOG_LEVEL=error

# ---- DATABASE: fill these in from your hosting control panel (cPanel > MySQL Databases) ----
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=CHANGE_ME_database_name
DB_USERNAME=CHANGE_ME_database_user
DB_PASSWORD=CHANGE_ME_database_password

SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_SECURE_COOKIE=true
CACHE_STORE=database
QUEUE_CONNECTION=sync
FILESYSTEM_DISK=local
BROADCAST_CONNECTION=log

# ---- EMAIL ----
# Email is configured in the admin: Settings > Email (SMTP or Mailgun, stored in the database).
# These lines are only the fallback used before you set it up. "sendmail" works on most cPanel hosts.
MAIL_MAILER=sendmail
MAIL_FROM_ADDRESS="no-reply@furnituremoversadelaide.com.au"
MAIL_FROM_NAME="Furniture Movers Adelaide"
