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.
 
 
 
 
 
 

14 lines
620 B

# Copy this file to .env and fill in values, then run: source .env
# The defaults below match setup.sh and compose.yaml: Postgres on host port 5455 (maps to 5432 in the container).
export POSTGRES_HOST=localhost
export POSTGRES_PORT=5455
export POSTGRES_USER=postgres
export POSTGRES_PASSWORD=postgres
export POSTGRES_DB=gc_index_relay_dev
export REQUIRE_DB=true
# Optional — only if you use docker compose for setup/migrator/mercury (override compose defaults):
# export POSTGRES_RUNTIME_USER=gc_index_relay
# export POSTGRES_RUNTIME_PASSWORD=gc_index_relay_runtime
# export SECRET_KEY_BASE="$(mix phx.gen.secret)"