Skip to content

Commit 20bd9ed

Browse files
committed
Adjust confings for postgres in tests
1 parent 06d895c commit 20bd9ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sample_project/config/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"NAME": "channels",
7171
"USER": "channels",
7272
"PASSWORD": "channels",
73+
"HOST": "localhost",
74+
"PORT": 5432,
7375
}
7476
}
7577

0 commit comments

Comments
 (0)