First revision
This commit is contained in:
8
env.example
Normal file
8
env.example
Normal 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
|
||||
Reference in New Issue
Block a user