Skip to content

Commit

Permalink
use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Sep 12, 2024
1 parent 4d68cfd commit db620d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stac_api/runtime/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ def test_environ():
os.environ["POSTGRES_USER"] = "username"
os.environ["POSTGRES_PASS"] = "password"
os.environ["POSTGRES_DBNAME"] = "postgis"
os.environ["POSTGRES_HOST_READER"] = "database"
os.environ["POSTGRES_HOST_WRITER"] = "database"
os.environ["POSTGRES_HOST_READER"] = "0.0.0.0"
os.environ["POSTGRES_HOST_WRITER"] = "0.0.0.0"
os.environ["POSTGRES_PORT"] = "5432"


Expand Down

0 comments on commit db620d9

Please sign in to comment.