Commit 0f25cb4a authored by delanoe's avatar delanoe

[CONFIG] Set Model Databases for tests

parent d7d418c3
...@@ -129,7 +129,7 @@ WSGI_APPLICATION = 'wsgi.application' ...@@ -129,7 +129,7 @@ WSGI_APPLICATION = 'wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'gargandb', 'NAME': 'gargandb_set',
'USER': 'gargantua', 'USER': 'gargantua',
'PASSWORD': 'C8kdcUrAQy66U', 'PASSWORD': 'C8kdcUrAQy66U',
#'USER': 'gargantext', #'USER': 'gargantext',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment