semblance-dev/backend/.env

15 lines
493 B
Bash

# MongoDB Configuration - these are the MongoDB admin credentials, not app credentials
MONGO_URI=mongodb://localhost:27020/semblance_db
MONGO_PORT=27020
# If you need to connect to MongoDB with authentication, uncomment and set these values
# MONGO_USER=admin
# MONGO_PASSWORD=password
# Flask app settings
FLASK_APP=run.py
FLASK_DEBUG=1
# FLASK_ENV is deprecated in Flask 2.x, using FLASK_DEBUG instead
SECRET_KEY=your-secret-key-for-sessions-and-tokens
OPENAI_API_KEY=REDACTED_OPENAI_KEY