修改数据库连接
This commit is contained in:
parent
493845c1f4
commit
18fe432ee6
|
@ -13,3 +13,5 @@ opencv-python==4.5.3.56
|
||||||
django-celery-results==2.2.0
|
django-celery-results==2.2.0
|
||||||
numpy==1.21.2
|
numpy==1.21.2
|
||||||
workalendar==16.2.0
|
workalendar==16.2.0
|
||||||
|
face_recognition==1.3.0
|
||||||
|
gunicorn==20.1.0
|
||||||
|
|
|
@ -5,8 +5,8 @@ DATABASES = {
|
||||||
'ENGINE': 'django.db.backends.postgresql',
|
'ENGINE': 'django.db.backends.postgresql',
|
||||||
'NAME': 'hberp',
|
'NAME': 'hberp',
|
||||||
'USER': 'postgres',
|
'USER': 'postgres',
|
||||||
'PASSWORD': 'zctest1234',
|
'PASSWORD': 'zcDsj2021',
|
||||||
'HOST': '47.95.0.242',
|
'HOST': '49.232.14.174',
|
||||||
'PORT': '5432',
|
'PORT': '5432',
|
||||||
}
|
}
|
||||||
# 'default': {
|
# 'default': {
|
||||||
|
|
Loading…
Reference in New Issue