From 9093999afd96aced90580eaad02bd9af3b2d0112 Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 27 Nov 2024 07:53:29 +0700 Subject: [PATCH] update config --- config/default.json | 2 +- config/stag.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index a9941f9..2ebe70b 100644 --- a/config/default.json +++ b/config/default.json @@ -24,7 +24,7 @@ "port": "5432", "username": "postgres", "password": "123", - "database": "bri-erp" + "database": "bri_erp" }, "auth": { "refresh_token_lifetime_day": 30, diff --git a/config/stag.json b/config/stag.json index 4f0b58b..4c1bf78 100644 --- a/config/stag.json +++ b/config/stag.json @@ -7,7 +7,7 @@ "server": { "port": "4001", "host": "0.0.0.0", - "host_swagger": "https://bri-dev.shiblysolution.id:4001", + "host_swagger": "bri-dev.shiblysolution.id:4001", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined",