# Application Settings
APP_NAME=Xsender
APP_ENV=production
APP_KEY=base64:AEq784MZiSs6YSrAFS2HiC9Fs4urHnibG4YffWdA5HU=
APP_DEBUG=true
APP_INSTALL=true
APP_LOG_LEVEL=error
APP_MODE=live
APP_URL=http://xsender.test

# Database Configuration
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

# Cache & Session (file-based for maximum compatibility)
BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
SESSION_DRIVER=file
SESSION_LIFETIME=120

# Queue Configuration (database for reliability)
QUEUE_CONNECTION=database

# Redis Configuration (optional - for advanced setups)
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

# Demo Credentials (used during seeding)
APP_ADMIN_USERNAME=admin
APP_ADMIN_PASSWORD=admin
APP_USER_EMAIL=xsender@demo.test
APP_USER_PASSWORD=12345678

# Pusher Configuration (optional)
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

# License Information
PURCHASE_KEY=
ENVATO_USERNAME=

# WhatsApp Node Service Configuration
WP_SERVER_URL=http://127.0.0.1:3001
WP_SERVER_HOST=127.0.0.1
WP_SERVER_PORT=3001
WP_API_KEY=eHjU5ole9VOcKVAhZyfSyPHVEuc49itQ
WP_ALLOWED_ORIGINS="${APP_URL}"

# Software Information
SOFTWARE_ID=BX32DOTW4Q797ZF3
VERSION=4.1

# WhatsApp Connection Settings
MAX_RETRIES=5
RECONNECT_INTERVAL=5000
NODE_TLS_REJECT_UNAUTHORIZED=1

# Mail Configuration (configure after installation)
MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="Xsender"
