purescript-postgresql-client/.env-example

11 lines
242 B
Plaintext
Raw Permalink Normal View History

PG_DB="purspg"
PG_PORT=5432
# We want this setup so test runner disconnects quickly
PG_IDLE_TIMEOUT_MILLISECONDS=1000
# You can provide additional options:
# PG_HOST ∷ String
# PG_MAX ∷ Int
# PG_USER ∷ STring
# PG_PASSWORD ∷ String