From 3d646df00633374a52602e7b6530f0c773e6e852 Mon Sep 17 00:00:00 2001 From: salmanoe Date: Thu, 8 Jul 2021 16:29:19 +0700 Subject: [PATCH] update database server 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 e17dfb98..c5f61327 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_9_2_2021 +jdbc.url = jdbc:postgresql://192.168.12.3:5432/production_backup_26_5_2021 jdbc.username = postgres jdbc.password = root jdbc.serverName = 192.168.12.3 -jdbc.databaseName = production_backup_9_2_2021 +jdbc.databaseName = production_backup_26_5_2021 jdbc.portNumber = 5432 corePoolSizeAsyncConfigurer = 5