APP_NAME=LaraContact
APP_ENV=production
APP_KEY=base64:njIN37bP9pc3q3YvUB7Sfoe/8ERIPp2OKEmeOXMFS8U=
APP_DEBUG=true
APP_URL=https://hyd691.com/contact_management
ASSET_URL=https://hyd691.com/contact_management/public

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file

BCRYPT_ROUNDS=12

LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

# The installer wizard at /install will fill these in. Leave blank.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sgmcjnpl_contact
DB_USERNAME=sgmcjnpl_contact
DB_PASSWORD=mj*cx,rcS-b5l16}

# File-based session + cache so the installer page works before a DB is configured.
# Switch to "database" or "redis" after installation if you prefer.
SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null

CACHE_STORE=file

# "sync" runs queued jobs inline. For production, use "database" or "redis"
# and run `php artisan queue:work` under a supervisor.
QUEUE_CONNECTION=sync

BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local

REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

# Mail driver — configurable from Settings → Mail inside the app.
# "log" writes to storage/logs/laravel.log (good for testing).
MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="noreply@laracontact.test"
MAIL_FROM_NAME="${APP_NAME}"

# Optional: Twilio for real SMS/calls (Settings → Twilio inside the app)
# TWILIO_SID=
# TWILIO_TOKEN=
# TWILIO_NUMBER=

# Optional: Anthropic Claude for real AI features (Settings → AI inside the app)
# ANTHROPIC_API_KEY=

# Optional: Reverb for real-time inbound SMS toasts
# BROADCAST_CONNECTION=reverb
# REVERB_APP_ID=
# REVERB_APP_KEY=
# REVERB_APP_SECRET=
# REVERB_HOST="localhost"
# REVERB_PORT=8080
# REVERB_SCHEME=http
# VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
# VITE_REVERB_HOST="${REVERB_HOST}"
# VITE_REVERB_PORT="${REVERB_PORT}"
# VITE_REVERB_SCHEME="${REVERB_SCHEME}"

VITE_APP_NAME="${APP_NAME}"

