You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
455 B
15 lines
455 B
# Copy to .env.prod, fill in, then: set -a && source .env.prod && set +a |
|
# Or use: export $(grep -v '^#' .env.prod | xargs) |
|
|
|
POSTGRES_HOST=postgres |
|
POSTGRES_DB=gc_index_relay_prod |
|
POSTGRES_USER=postgres |
|
POSTGRES_PASSWORD=change-me |
|
POSTGRES_RUNTIME_USER=gc_index_relay |
|
POSTGRES_RUNTIME_PASSWORD=change-me-runtime |
|
|
|
SECRET_KEY_BASE=generate-with-mix-phx-gen-secret |
|
PHX_HOST=gc-http-relay.imwald.eu |
|
|
|
# Optional: pin release image (default latest) |
|
# TAG=0.2.0
|
|
|