diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-18 11:53:18 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-18 11:53:18 +0200 |
commit | 8bbc6ecf7389357455739154ff1101dc2c1c42d5 (patch) | |
tree | 612693f7ec15d334cd1f97a2099d25d2d16b252e /example_project/local_settings.py.gitlab-ci | |
parent | ba588e828831cdfd8c6acd49da1bd55968df39c3 (diff) | |
download | Ishtar-8bbc6ecf7389357455739154ff1101dc2c1c42d5.tar.bz2 Ishtar-8bbc6ecf7389357455739154ff1101dc2c1c42d5.zip |
CI: fix db host
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r-- | example_project/local_settings.py.gitlab-ci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci index 4a8d4fb29..69744da43 100644 --- a/example_project/local_settings.py.gitlab-ci +++ b/example_project/local_settings.py.gitlab-ci @@ -4,7 +4,7 @@ DATABASES = { 'NAME': 'gis', 'USER': 'gis', 'PASSWORD': 'gis', - 'HOST': 'iggdrasil-postgis', + 'HOST': 'iggdrasil-postgis-1.5', 'PORT': '5432', } } |