10 lines
177 B
Bash
10 lines
177 B
Bash
# Flask Configuration
|
|
FLASK_CONFIG=development
|
|
SECRET_KEY=your_secret_key_here
|
|
|
|
# Database Configuration
|
|
DB_USER=root
|
|
DB_PASSWORD=your_db_password
|
|
DB_HOST=db
|
|
DB_NAME=workout_db
|