Commit f8d53022 authored by PkSM3's avatar PkSM3

[UPDATE] database in settings, corrected

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