# 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