summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-09 15:42:49 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commitf012886949661d3ceff04308ae16d5f930de7649 (patch)
tree76456cd5ad6d9a71cc25a31d35f55c8c3d4f0067 /example_project
parent8c6bf8b5920c1bb5ef7bf462220890ba4a475e76 (diff)
downloadIshtar-f012886949661d3ceff04308ae16d5f930de7649.tar.bz2
Ishtar-f012886949661d3ceff04308ae16d5f930de7649.zip
Update gitlab CI
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 b8f40b8bb..bc842f004 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': 'mdillon-postgis',
+ 'HOST': 'postgis-postgis',
'PORT': '5432',
}
}