change database to nmm
This commit is contained in:
parent
93346770fd
commit
817ec56f84
|
@ -88,7 +88,7 @@ ASGI_APPLICATION = 'NewMediaMonitoring.routing.application'
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': 'newmediaDB1',
|
'NAME': 'nmm',
|
||||||
'USER': 'newmedia',
|
'USER': 'newmedia',
|
||||||
'PASSWORD': 'newmedia2020!@#',
|
'PASSWORD': 'newmedia2020!@#',
|
||||||
'HOST': '210.77.68.250',
|
'HOST': '210.77.68.250',
|
||||||
|
|
Loading…
Reference in New Issue