Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 464 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 464 Bytes

APP_ENV: specifies which environment the app runs in. If not specified, local is assumed. TEST_LOG: if specified, logs emitted during tests will be printed to stdout. If not specified, logs are dropped.

POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB, POSTGRES_PORT: variables configuring the DB container. Default values can be found in ./scripts/init-db.sh.

SKIP_DOCKER: If is specified, running ./scripts/init-db.sh doesn't setup the DB docker container.