diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 14:21:33 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 14:21:33 +0200 |
commit | b808edb71c5848d318c104f91aa6bb9efdd3a1d4 (patch) | |
tree | cb93253a5d0632058b78772b6274dc3b3f78b7b2 /example_project/settings.py | |
parent | 53380d7862040c5155afc6ba2f444fda20558e62 (diff) | |
download | Ishtar-b808edb71c5848d318c104f91aa6bb9efdd3a1d4.tar.bz2 Ishtar-b808edb71c5848d318c104f91aa6bb9efdd3a1d4.zip |
CI: specific conf for CI - fix DB host
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 6d984f6e6..9982d624f 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -47,7 +47,7 @@ DATABASES = { 'NAME': 'ishtar', 'USER': 'ishtar', 'PASSWORD': 'ishtar', - 'HOST': 'postgis', + 'HOST': '127.0.0.1', 'PORT': '5432', } } |