#用户注册修改

This commit is contained in:
xieshen 2020-10-14 18:02:11 +08:00
parent 135112f998
commit 589839e175
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ CHANNEL_LAYERS = {
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'newmediaDB2',
'NAME': 'newmediaDB3',
'USER': 'newmedia',
'PASSWORD': 'newmedia2020!@#',
'HOST': '210.77.68.250',