summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-01 12:09:21 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-01 12:09:21 +0200
commitc5a0eea9b624c89feed21bb92d1de3ef09eb7cbb (patch)
tree6302d4d16a22bfe1f187100ba4cf0232bfc49a4e /example_project
parent7640d888fca3ca666a17d3e73fe72e51e1c65a04 (diff)
downloadIshtar-c5a0eea9b624c89feed21bb92d1de3ef09eb7cbb.tar.bz2
Ishtar-c5a0eea9b624c89feed21bb92d1de3ef09eb7cbb.zip
CI: fix db host in settings
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 e7f923205..913f10fea 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-1.5',
+ 'HOST': 'mdillon-postgis',
'PORT': '5432',
}
}