From 20903918702a2ab0c6a65690b1e50c0bc56bc45b Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 27 Nov 2024 00:20:53 +0700 Subject: [PATCH] update databse name --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 6099d2d..764a973 100644 --- a/config/default.json +++ b/config/default.json @@ -19,7 +19,7 @@ "port": "5432", "username": "postgres", "password": "123", - "database": "bri-erp" + "database": "bri_erp" }, "auth": { "refresh_token_lifetime_day": 30,