Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 465 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 465 Bytes

Environment variables

Env var Values Description
STORAGE_TYPE "postgres","in_memory" Whether to use postgres or RAM
POSTGRES_HOST string Postgres host
POSTGRES_PORT string Postgres port
POSTGRES_USER string Postgres username
POSTGRES_PASSWORD string Postgres password
POSTGRES_DBNAME string Postgres database name
POSTGRES_TEST_DBNAME string Postgres test database name