semblance-dev/backend/.env
2025-08-04 09:07:59 -05:00

12 lines
No EOL
439 B
Bash

# MongoDB Configuration - these are the MongoDB admin credentials, not app credentials
MONGO_URI=mongodb://localhost:27017/semblance_db
# 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