From 6eb7dea25bd6f7c56aa969120aebf76a98df9e2c Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Thu, 27 Jan 2022 10:08:20 +0700 Subject: [PATCH] Update jdbc.development.properties Penyesuaian dengan update database testing --- .../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 6e79c4cd..79eae03c 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/production_backup_26_5_2021 +jdbc.url = jdbc:postgresql://192.168.12.3:5432/production_backup_19_01_2022 jdbc.username = postgres jdbc.password = root jdbc.serverName = 192.168.12.3 -jdbc.databaseName = production_backup_26_5_2021 +jdbc.databaseName = production_backup_19_01_2022 jdbc.portNumber = 5432 corePoolSizeAsyncConfigurer = 5