Skip to content

Commit 79186fe

Browse files
committed
Add database ports.
1 parent 9103b64 commit 79186fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"NAME": "debug_toolbar",
8787
"USER": "root",
8888
"PASSWORD": "debug_toolbar",
89+
"HOST": "127.0.0.1",
8990
"PORT": os.environ.get("POSTGRES_PORT", ""),
9091
}
9192
}
@@ -96,6 +97,7 @@
9697
"NAME": "debug_toolbar",
9798
"USER": "postgres",
9899
"PASSWORD": "postgres",
100+
"HOST": "127.0.0.1",
99101
"PORT": os.environ.get("MYSQL_PORT", ""),
100102
}
101103
}

0 commit comments

Comments
 (0)