Skip to content

Me learning Rust from the Zero to Production Rust book

Notifications You must be signed in to change notification settings

KamilBaczkowski/zero2prod

Repository files navigation

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.

About

Me learning Rust from the Zero to Production Rust book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published