#手机验证码
This commit is contained in:
parent
bc4600ab65
commit
135112f998
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue