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.
9 lines
319 B
9 lines
319 B
# Copy this file to .env and fill in values, then run: source .env |
|
# The defaults below match the Docker container started by setup.sh. |
|
|
|
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
|
|
|