summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 16:35:07 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 16:35:07 +0200
commit215cc91534de03140f0f5c06feb85d98ba2736d4 (patch)
tree4150c7d2fa77a25ddacf153c4d6ec5b07583f713 /example_project
parent3e27a7105cb54ac9dfeb022a1ea4952055837df3 (diff)
downloadIshtar-215cc91534de03140f0f5c06feb85d98ba2736d4.tar.bz2
Ishtar-215cc91534de03140f0f5c06feb85d98ba2736d4.zip
CI: try another postgis image
Diffstat (limited to 'example_project')
-rw-r--r--example_project/local_settings.py.gitlab-ci4
1 files changed, 2 insertions, 2 deletions
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',
}
}