This commit is contained in:
caoqianming 2019-11-18 11:11:25 +08:00
parent cc3ff02701
commit c502992d14
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ DATABASES = {
'ENGINE': 'django.db.backends.postgresql', 'ENGINE': 'django.db.backends.postgresql',
'NAME': 'safedb', 'NAME': 'safedb',
'USER':'postgres', 'USER':'postgres',
'PASSWORD':'0000', 'PASSWORD':'cTc1111Qa',
'HOST':'114.115.210.98', 'HOST':'121.36.23.77',
'PORT':'5432', 'PORT':'5432',
'CONN_MAX_AGE': 600, 'CONN_MAX_AGE': 600,
}, },