From ea4df483eb24ea39d31aafd1f5f190ee0ae1012c Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 25 Dec 2024 22:35:33 +0700 Subject: [PATCH] update config db --- config/stag.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/stag.json b/config/stag.json index 2ec75d2..056b7df 100644 --- a/config/stag.json +++ b/config/stag.json @@ -21,10 +21,11 @@ }, "database": { "engine": "postgres", - "host": "172.19.174.193", + "host": "172.16.11.202", "port": "5432", - "username": "postgres", - "password": "r00t@dm1n05", - "database": "bri_erp" + "username": "bri_staging", + "password": "fK*#o>1W2&6f", + "database": "bri_erp_staging", + "logging": false } }