From cf9e2525fa8432f77551b728df4b758f6a28e16e Mon Sep 17 00:00:00 2001 From: asansal Date: Sun, 2 Nov 2025 12:21:37 +0700 Subject: [PATCH] fixing url staging hrms --- config/default.json | 11 ++++++----- config/stag.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/default.json b/config/default.json index 1f5e104..ad4f0a3 100644 --- a/config/default.json +++ b/config/default.json @@ -22,10 +22,11 @@ "database": { "engine": "postgres", "host": "127.0.0.1", - "port": "5432", - "username": "postgres", - "password": "123", - "database": "bri_erp", + "port": "3324", + "username": "bri_staging", + "password": "fK*#o>1W2&6f", + "database": "bri_erp_staging", + "synchronize": false, "logging": true }, "auth": { @@ -35,6 +36,6 @@ }, "service": { "notification": "http://127.0.0.1:4008/", - "hrms": "https://brilianapps.britimorleste.tl/hrms/" + "hrms": "https://brilianapps.shiblysolution.id/hrms/" } } diff --git a/config/stag.json b/config/stag.json index ccd54d0..6c5f6a2 100644 --- a/config/stag.json +++ b/config/stag.json @@ -35,6 +35,6 @@ }, "service": { "notification": "http://127.0.0.1:4008/", - "hrms": "https://brilianapps.britimorleste.tl/hrms/" + "hrms": "https://brilianapps.shiblysolution.id/hrms/" } }