10 lines
No EOL
205 B
Text
Executable file
10 lines
No EOL
205 B
Text
Executable file
# Application Settings
|
|
SECRET_KEY=your_secret_key_here
|
|
JWT_SECRET_KEY=your_jwt_secret_key_here
|
|
|
|
# MongoDB Settings
|
|
MONGO_URI=mongodb://localhost:27017/
|
|
|
|
# Environment
|
|
FLASK_APP=run.py
|
|
FLASK_ENV=development |