From b9f87eb9f4a96e3eb92aac0b2eb04bd32e5f7380 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 21 Sep 2016 19:05:12 +0200 Subject: [PATCH] Use prestadb --- app/local_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/local_settings.py b/app/local_settings.py index 574382f4..b0e9597b 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -32,7 +32,7 @@ DATABASES = { 'USER': 'ircam_shops', # Not used with sqlite3. 'PASSWORD': 'pUmt97e4MgR9EP4knyWea0n', # Not used with sqlite3. 'NAME': 'ircam_shops', - 'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3. + 'HOST': 'prestadb', # Set to empty string for localhost. Not used with sqlite3. 'PORT': '3306', # Set to empty string for default. Not used with sqlite3. } -- 2.39.5