# Senior Engagement App Environment Variables
# ==========================================
# Copy this file to .env and update the values

# Django Core Settings
SECRET_KEY=django-insecure-change-me-in-production-please-use-a-secure-key
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0,8f5de970146d.ngrok-free.app

# Database Configuration
DB_NAME=
DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT=

# Redis Configuration (for Celery)
REDIS_URL=redis://localhost:6379/0


TWILIO_ACCOUNT_SID=ACd5d42b20e2c1513a141ff2d61ef265b8
TWILIO_AUTH_TOKEN=5a615626076db2c58b7ef44b8a135344
TWILIO_PHONE_NUMBER=+18312024949

# Vapi.ai Configuration
VAPI_API_KEY=6094559f-c689-42e1-95ec-5501ffa19a24
VAPI_ASSISTANT_ID=7c0ac894-0739-48b9-a974-6131e5217d18
VAPI_PHONE_NUMBER_ID=a20ca2da-0471-49c9-9da8-533cad67a767

# Application URLs
BASE_URL=