First revision

This commit is contained in:
ldy
2025-06-10 12:02:57 +08:00
parent 4f79a72294
commit 97c73b639d
45 changed files with 103 additions and 964 deletions

8
env.example Normal file
View File

@@ -0,0 +1,8 @@
# 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