diff --git a/gargantext_web/settings.py b/gargantext_web/settings.py
index 79d60e380d86ec599a8df272a3d53839ce99c0c4..9f96b0a9cc359c1c119b52320de0c1831bd44d8f 100644
--- a/gargantext_web/settings.py
+++ b/gargantext_web/settings.py
@@ -84,7 +84,7 @@ WSGI_APPLICATION = 'wsgi.application'
 DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.postgresql_psycopg2',
-        'NAME': 'gargantext',
+        'NAME': 'gargantext-dev',
         'USER': 'alexandre',
         'PASSWORD': 'C8kdcUrAQy66U',
         'HOST': '127.0.0.1',