From f6d7d1f417e28e257e7936914af718a458886629 Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Tue, 24 Dec 2024 15:26:40 +0700 Subject: [PATCH] update config prod --- config/prod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/prod.json b/config/prod.json index 3744910..17d5a46 100644 --- a/config/prod.json +++ b/config/prod.json @@ -23,9 +23,9 @@ "engine": "postgres", "host": "172.16.11.202", "port": "5432", - "username": "bri_staging", - "password": "fK*#o>1W2&6f", - "database": "bri_erp_staging" + "username": "bri_production", + "password": "44jTPj54%6<£", + "database": "bri_erp_production" }, "auth": { "refresh_token_lifetime_day": 30,