#手机验证码

This commit is contained in:
Bob 2020-10-14 16:18:46 +08:00
parent bc4600ab65
commit 135112f998
1 changed files with 1 additions and 1 deletions

View File

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