summaryrefslogtreecommitdiff
path: root/.github/workflows/data/test_postgres.py.tpl
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/data/test_postgres.py.tpl')
-rw-r--r--.github/workflows/data/test_postgres.py.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/data/test_postgres.py.tpl b/.github/workflows/data/test_postgres.py.tpl
index 8fbe8c0e6e..e121946d3f 100644
--- a/.github/workflows/data/test_postgres.py.tpl
+++ b/.github/workflows/data/test_postgres.py.tpl
@@ -13,5 +13,8 @@ DATABASES = {
"ENGINE": "django.db.backends.postgresql",
"USER": "user",
"NAME": "django2",
+ "PASSWORD": "postgres",
+ "HOST": "localhost",
+ "PORT": 5432,
},
}