From 621581079c35fa64feda07b325547d4278976194 Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Sat, 27 Jan 2024 21:12:40 +0700 Subject: [PATCH] Update jdbc.development.properties Penyesuaian config restored database terbaru --- .../src/main/resources/jdbc.development.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jasamedika-config/src/main/resources/jdbc.development.properties b/jasamedika-config/src/main/resources/jdbc.development.properties index 5f186e44..14eb8e0d 100644 --- a/jasamedika-config/src/main/resources/jdbc.development.properties +++ b/jasamedika-config/src/main/resources/jdbc.development.properties @@ -8,11 +8,11 @@ hibernate.show_sql = true hikari.config.maximum.pool.size = 5 # DB Development -jdbc.url = jdbc:postgresql://192.168.12.3:5432/rsab_hk_production +jdbc.url = jdbc:postgresql://192.168.12.3:5432/rsab_hk_22_01_24 jdbc.username = smart_user jdbc.password = 1miwhir3yr jdbc.serverName = 192.168.12.3 -jdbc.databaseName = rsab_hk_production +jdbc.databaseName = rsab_hk_22_01_24 jdbc.portNumber = 5432 corePoolSizeAsyncConfigurer = 5