summaryrefslogtreecommitdiff
path: root/chimere_example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-05 14:57:22 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-05 14:57:22 +0200
commit0a93093f46b5f7986c2f91af8a79e4aeee5002b3 (patch)
tree8594eaf3a118fafe175486ede90c2197915889a3 /chimere_example_project/settings.py
parentfb3eafc9d20655659e654954fa6ad30112fbf57b (diff)
downloadChimère-0a93093f46b5f7986c2f91af8a79e4aeee5002b3.tar.bz2
Chimère-0a93093f46b5f7986c2f91af8a79e4aeee5002b3.zip
CI: revert postgresql host
Diffstat (limited to 'chimere_example_project/settings.py')
-rw-r--r--chimere_example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere_example_project/settings.py b/chimere_example_project/settings.py
index 9b608c0..0854443 100644
--- a/chimere_example_project/settings.py
+++ b/chimere_example_project/settings.py
@@ -167,7 +167,7 @@ DATABASES = {
'default': {
'NAME': 'chimere',
'ENGINE': 'django.contrib.gis.db.backends.postgis',
- 'HOST': 'postgis',
+ 'HOST': 'postgres',
'PORT': '5432',
'USER': 'chimere',
'PASSWORD': 'chimere',