From 349e96f0908d98e9ac94d1fb15ca439aa5112c7e Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Fri, 4 Aug 2023 07:45:53 +0700 Subject: [PATCH] Update jdbc.localhost.properties config db backup terbaru di localhost --- .../src/main/resources/jdbc.localhost.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jasamedika-config/src/main/resources/jdbc.localhost.properties b/jasamedika-config/src/main/resources/jdbc.localhost.properties index 795d34e0..e89e596c 100644 --- a/jasamedika-config/src/main/resources/jdbc.localhost.properties +++ b/jasamedika-config/src/main/resources/jdbc.localhost.properties @@ -8,11 +8,11 @@ hibernate.show_sql = true hikari.config.maximum.pool.size = 5 # DB Development -jdbc.url = jdbc:postgresql://localhost:5432/rsabhk_backup +jdbc.url = jdbc:postgresql://localhost:5432/rsab_hk_production jdbc.username = postgres -jdbc.password = Postgr3s +jdbc.password = [Rsabhk79] jdbc.serverName = localhost -jdbc.databaseName = rsabhk_backup +jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 corePoolSizeAsyncConfigurer = 5