SurfSmart/env.example
2025-06-10 12:02:57 +08:00

9 lines
321 B
Plaintext

# Environment variables for SurfSmart deployment
MONGO_URI=mongodb://localhost:27017/surfsmart
OPENAI_API_KEY=your-openai-api-key
SECRET_KEY=replace_with_random_secret
FRONTEND_ORIGIN=https://surfsmart.tech
FLASK_CONFIG=production
CELERY_BROKER_URL=redis://localhost:6379/0
CELERY_RESULT_BACKEND=redis://localhost:6379/0