WelcomeToFlask/examples/postgresql/.env.example

9 lines
269 B
Bash

# 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