修改数据库连接

This commit is contained in:
caoqianming 2022-02-24 10:22:22 +08:00
parent 493845c1f4
commit 18fe432ee6
2 changed files with 4 additions and 2 deletions

View File

@ -13,3 +13,5 @@ opencv-python==4.5.3.56
django-celery-results==2.2.0
numpy==1.21.2
workalendar==16.2.0
face_recognition==1.3.0
gunicorn==20.1.0

View File

@ -5,8 +5,8 @@ DATABASES = {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'hberp',
'USER': 'postgres',
'PASSWORD': 'zctest1234',
'HOST': '47.95.0.242',
'PASSWORD': 'zcDsj2021',
'HOST': '49.232.14.174',
'PORT': '5432',
}
# 'default': {