# 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 OPENAI_API_KEY=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