summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.gitlab-ci
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 20:26:05 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 20:26:05 +0200
commit5e0778a4e5b44fb03d8a4df3ecc1aa6dd0d23d38 (patch)
tree80d434aea122a8c144badadf438f88f9afd4a338 /example_project/local_settings.py.gitlab-ci
parenta9d23a7ab5b8a9f9d6cde072c583293f822235fd (diff)
downloadIshtar-5e0778a4e5b44fb03d8a4df3ecc1aa6dd0d23d38.tar.bz2
Ishtar-5e0778a4e5b44fb03d8a4df3ecc1aa6dd0d23d38.zip
CI: using custom postgis image
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r--example_project/local_settings.py.gitlab-ci6
1 files changed, 3 insertions, 3 deletions
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',
}
}