Skip to content

Example Configuration

Bruno Bachmann edited this page Dec 1, 2018 · 2 revisions

web.env

PORT=8080
BOUNCE_SECRET=test
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USER=bounce
POSTGRES_PASSWORD=bounce
POSTGRES_DB=bounce
ALLOWED_ORIGIN=http://localhost:3000
IMAGE_DIR=/var/bounce/images

postgres.env

POSTGRES_USER=bounce
POSTGRES_PASSWORD=bounce
POSTGRES_DB=bounce

Clone this wiki locally