From 5e0778a4e5b44fb03d8a4df3ecc1aa6dd0d23d38 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2016 20:26:05 +0200 Subject: CI: using custom postgis image --- example_project/local_settings.py.gitlab-ci | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example_project/local_settings.py.gitlab-ci') diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci index 7cfe392af..4a8d4fb29 100644 --- a/example_project/local_settings.py.gitlab-ci +++ b/example_project/local_settings.py.gitlab-ci @@ -2,9 +2,9 @@ DATABASES = { 'default': { 'ENGINE': 'django.contrib.gis.db.backends.postgis', 'NAME': 'gis', - 'USER': 'ishtar', - 'PASSWORD': 'ishtar', - 'HOST': 'kartoza-postgis', + 'USER': 'gis', + 'PASSWORD': 'gis', + 'HOST': 'iggdrasil-postgis', 'PORT': '5432', } } -- cgit v1.2.3