Database

Every organization is provisioned with a PostgreSQL 13 database server on signup. To access the database you will need to use the standard PostgreSQL connection environment variables. More specifically:

  • PGHOST
  • PGUSER
  • PGDATABASE
  • PGPASSWORD
  • PGPORT
Last modified August 4, 2021