Skip to content

Commit

Permalink
postgres config
Browse files Browse the repository at this point in the history
  • Loading branch information
matjam committed Jan 12, 2024
1 parent a07dee7 commit 1fd5e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/db_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from psycopg2 import connect
from sqlalchemy.orm import sessionmaker

PG_CONFIG = dict(user="postgres", password="postgres", host="localhost", port=5543)
PG_CONFIG = dict(user="postgres", password="postgres", host="postgres", port=5432)
CI_PG_CONFIG = dict(PG_CONFIG, port=5432)

MASTER_DATABASE = "postgres"
Expand Down

0 comments on commit 1fd5e04

Please sign in to comment.