From 076bfdc0402afb8c2290e780e278988306bb12c3 Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Sat, 30 Nov 2024 15:36:13 +0700 Subject: [PATCH] update conf def --- config/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index a1ece90..3f059b1 100644 --- a/config/default.json +++ b/config/default.json @@ -21,10 +21,10 @@ }, "database": { "engine": "postgres", - "host": "127.0.0.1", + "host": "172.19.174.193", "port": "5432", "username": "postgres", - "password": "123", + "password": "r00t@dm1n05", "database": "bri_erp" } }