]> git.parisson.com Git - mezzo.git/commitdiff
Use prestadb
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 21 Sep 2016 17:05:12 +0000 (19:05 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 21 Sep 2016 17:05:12 +0000 (19:05 +0200)
app/local_settings.py

index 574382f4d9bd6e2b854e3b2f2f20c234ee776c7a..b0e9597bb2222ee81c958bfa2a2e0851594864ed 100644 (file)
@@ -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.
     }