APP_ENV=local
APP_URL=http://localhost/prep
DB_HOST=localhost
DB_NAME=prep_v3
DB_USER=root
DB_PASS=

AI_PROVIDER=deepseek
AI_API_KEY=sk-b0e46a7d066543f78d27ca11b684d764
AI_BASE_URL=https://api.deepseek.com
AI_MODEL=deepseek-v4-flash
# Set to true to allow non-HTTPS or localhost AI endpoints (development only)
AI_ALLOW_LOCAL_URL=false
