summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
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
commitd3183ca243377637f84f74862f2b2660a4364198 (patch)
tree612693f7ec15d334cd1f97a2099d25d2d16b252e /example_project
parentd2cdcd095e5b1f6074638ea57c7022465f58fbbc (diff)
downloadIshtar-d3183ca243377637f84f74862f2b2660a4364198.tar.bz2
Ishtar-d3183ca243377637f84f74862f2b2660a4364198.zip
CI: fix db host
Diffstat (limited to 'example_project')
-rw-r--r--example_project/local_settings.py.gitlab-ci2
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',
}
}