From 215cc91534de03140f0f5c06feb85d98ba2736d4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2016 16:35:07 +0200 Subject: CI: try another postgis image --- example_project/local_settings.py.gitlab-ci | 4 ++-- 1 file changed, 2 insertions(+), 2 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 6c7e5fbba..7cfe392af 100644 --- a/example_project/local_settings.py.gitlab-ci +++ b/example_project/local_settings.py.gitlab-ci @@ -1,10 +1,10 @@ DATABASES = { 'default': { 'ENGINE': 'django.contrib.gis.db.backends.postgis', - 'NAME': 'ishtar', + 'NAME': 'gis', 'USER': 'ishtar', 'PASSWORD': 'ishtar', - 'HOST': 'mdillon-postgis', + 'HOST': 'kartoza-postgis', 'PORT': '5432', } } -- cgit v1.2.3