diff options
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 |
commit | 155690faba28d7d78caa833a1f196ff24cb4cc7a (patch) | |
tree | 6302d4d16a22bfe1f187100ba4cf0232bfc49a4e /example_project | |
parent | edfa18ad90af8e4f888fbe283de28cb0a0d77d8e (diff) | |
download | Ishtar-155690faba28d7d78caa833a1f196ff24cb4cc7a.tar.bz2 Ishtar-155690faba28d7d78caa833a1f196ff24cb4cc7a.zip |
CI: fix db host in settings
Diffstat (limited to 'example_project')
-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 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', } } |