diff options
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 |
commit | a9d23a7ab5b8a9f9d6cde072c583293f822235fd (patch) | |
tree | 4150c7d2fa77a25ddacf153c4d6ec5b07583f713 /example_project/local_settings.py.gitlab-ci | |
parent | ed407a3c96bc50e16e17e1223ccd24c450e7fd95 (diff) | |
download | Ishtar-a9d23a7ab5b8a9f9d6cde072c583293f822235fd.tar.bz2 Ishtar-a9d23a7ab5b8a9f9d6cde072c583293f822235fd.zip |
CI: try another postgis image
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r-- | example_project/local_settings.py.gitlab-ci | 4 |
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', } } |