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