# Copy this to .env and fill in your database credentials
PG_HOST="localhost"
PG_PORT=6432
PG_DATABASE="pg_insight_test"
PG_USER="pguser"
PG_PASSWORD="pgpassword"
PG_SSL=false