From b2fcace9c2753429bf1b6bd8ae95f03e04076be2 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 27 Sep 2015 23:27:16 -0400 Subject: [PATCH] Update postgres hostname. --- mayan/settings/testing/gitlab-ci/db_postgres.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/settings/testing/gitlab-ci/db_postgres.py b/mayan/settings/testing/gitlab-ci/db_postgres.py index cb9fa54457..bf0ff1d380 100644 --- a/mayan/settings/testing/gitlab-ci/db_postgres.py +++ b/mayan/settings/testing/gitlab-ci/db_postgres.py @@ -8,5 +8,6 @@ DATABASES = { 'NAME': 'mayan_edms', 'USER': 'postgres', 'PASSWORD': 'postgres', + 'HOST': 'postgres', } }