# 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