Commit f8d53022 authored by PkSM3's avatar PkSM3

[UPDATE] database in settings, corrected

parent 43f31c03
...@@ -93,7 +93,7 @@ WSGI_APPLICATION = 'wsgi.application' ...@@ -93,7 +93,7 @@ WSGI_APPLICATION = 'wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'clone_gargandb', 'NAME': 'gargandb',
'USER': 'alexandre', 'USER': 'alexandre',
'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