update config db

This commit is contained in:
2024-12-25 22:35:33 +07:00
parent 304e830397
commit ea4df483eb

View File

@ -21,10 +21,11 @@
}, },
"database": { "database": {
"engine": "postgres", "engine": "postgres",
"host": "172.19.174.193", "host": "172.16.11.202",
"port": "5432", "port": "5432",
"username": "postgres", "username": "bri_staging",
"password": "r00t@dm1n05", "password": "fK*#o>1W2&6f",
"database": "bri_erp" "database": "bri_erp_staging",
"logging": false
} }
} }