1
0
forked from erp-dev/erp

fix: replace pgbouncer setting

This commit is contained in:
2025-12-25 10:40:34 +08:00
parent 4580539746
commit 5a1e618cab
9 changed files with 46 additions and 12 deletions

4
.env
View File

@@ -1,8 +1,8 @@
SECRET_KEY=testing_$weak_secret_is_allowd
DEBUG=True
ALLOWED_HOSTS=yuwenerp.yuwen.cloud,localhost,
DB_HOST=localhost
DB_PORT=5432
DB_HOST=127.0.0.1
DB_PORT=6432
DB_NAME=flower
DB_USER=postgres
DB_PASSWORD=postgres