change database to nmm

This commit is contained in:
baoliang 2020-09-03 12:46:34 +08:00
parent 93346770fd
commit 817ec56f84
1 changed files with 1 additions and 1 deletions

View File

@ -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',