APP_NAME="RingeRike BilPleie AS "
APP_ENV=local
APP_KEY=base64:WYnZhhbZ8+DI7/a+W2URAf/1s4HqKNvRT8qduWmlqDY=
APP_URL=https://ringerikebilpleie.com
SESSION_SECURE_COOKIE=true
SESSION_DOMAIN=ringerikebilpleie.com
SESSION_SAME_SITE=lax

APP_ENV=production
APP_DEBUG=false
APP_LOCALE=en

LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=ringerikecom_CarWash_db
DB_USERNAME=ringerikecom_usr
DB_PASSWORD="NewPass2025Æ"

BROADCAST_DRIVER=log
CACHE_DRIVER=file
CACHE_STORE=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

FILESYSTEM_DISK=public

MAIL_MAILER=smtp
MAIL_HOST=mail.mailonbox.com
MAIL_PORT=465
MAIL_USERNAME=44@mailonbox.com
MAIL_PASSWORD=Leen2010@
MAIL_ENCRYPTION=
MAIL_URL=
MAIL_FROM_ADDRESS=no-reply@ringerikebilpleie.com
MAIL_FROM_NAME="Ringerike Bilpleie"
QUEUE_CONNECTION=sync

# Wash settings
WASH_NAME="RingeRike bilpleie AS"
WASH_EMAIL="otp@ringerikebilpleie.com"
WASH_PHONE="+47 000 00 000"

# Node.js notifications server
NODE_NOTIFY_URL=http://localhost:3001/notify
NODE_NOTIFY_SECRET=change-this-secret
