APP_NAME=Contacts
APP_ENV=production
APP_KEY=base64:8H5ZDXR21wwX8LGOUQJ1+vJBXRTnwgbAG7f/JdjbLKI=
APP_DEBUG=true
APP_URL=https://hyd691.com/new_contacts/public

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file
EXPORT_PIN=123456
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=localhost
DB_PORT=3306
DB_DATABASE=sgmcjnpl_newcontact
DB_USERNAME=sgmcjnpl_newcontact
DB_PASSWORD="}blj?ItptRt#)T-l"

# 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=smtp
MAIL_SCHEME=ssl
MAIL_HOST=mail.hyd691.com
MAIL_PORT=465
MAIL_USERNAME=noreply@hyd691.com
MAIL_PASSWORD="#-15BXLr5W8z-Ufe"
MAIL_FROM_ADDRESS="noreply@hyd691.com"
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}"
