From f15894a8b77ee39471fb03cc2c4099d8bbfb31d5 Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Wed, 16 Oct 2024 08:31:57 +0700 Subject: [PATCH] Update jdbc.localhost.properties Penyesuaian config localhost baru --- .../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 7fc8156e..165fb893 100644 --- a/jasamedika-config/src/main/resources/jdbc.localhost.properties +++ b/jasamedika-config/src/main/resources/jdbc.localhost.properties @@ -8,12 +8,12 @@ hibernate.show_sql = true hikari.config.maximum.pool.size = 5 # DB Development -jdbc.url = jdbc:postgresql://localhost:5432/rsab_hk_production +jdbc.url = jdbc:postgresql://localhost:5439/rsab_hk jdbc.username = postgres jdbc.password = [Rsabhk79] jdbc.serverName = localhost -jdbc.databaseName = rsab_hk_production -jdbc.portNumber = 5432 +jdbc.databaseName = rsab_hk +jdbc.portNumber = 5439 corePoolSizeAsyncConfigurer = 5 maxPoolSizeAsyncConfigurer = 5