|
# PostgreSQL connection string in the form postgresql://USER:PASS@HOST:PORT/DBNAME
|
|
DATABASE_URL=postgresql://demo_user:demo_pass@localhost:5432/demo
|
|
|
|
# Port for the Flask development server
|
|
PORT=5001
|
|
|
|
# Enable the debugger and auto-reload (true/false)
|
|
FLASK_DEBUG=true
|