We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904f315 commit c362ff7Copy full SHA for c362ff7
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
POSTGRES_USER: postgres
31
POSTGRES_PASSWORD: postgres
32
- POSTGRES_DB: debug_toolbar
+ POSTGRES_DB: postgres
33
ports:
34
- 5432/tcp
35
options: >-
tests/settings.py
@@ -86,7 +86,7 @@
86
"NAME": "debug_toolbar",
87
"USER": "root",
88
"PASSWORD": "debug_toolbar",
89
- "HOST": "127.0.0.1",
+ "HOST": "localhost",
90
"PORT": os.environ.get("POSTGRES_PORT", ""),
91
}
92
@@ -97,7 +97,7 @@
97
98
"USER": "postgres",
99
"PASSWORD": "postgres",
100
101
"PORT": os.environ.get("MYSQL_PORT", ""),
102
103
0 commit comments