purescript-postgresql-client/.env-example
2021-11-09 09:02:46 +01:00

11 lines
242 B
Plaintext

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