From 6c12d81b55930cf87ae35231d468274799cf12b1 Mon Sep 17 00:00:00 2001 From: salmanoersabhk Date: Tue, 21 Jun 2022 10:25:20 +0700 Subject: [PATCH] Update jdbc.development.properties Penyesuaian db backup 18 juni 2022 --- .../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 d53447e1..1d9ca0b9 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_04_04_2022 +jdbc.url = jdbc:postgresql://192.168.12.3:5432/production_backup_18_06_2022 jdbc.username = postgres jdbc.password = root jdbc.serverName = 192.168.12.3 -jdbc.databaseName = production_backup_04_04_2022 +jdbc.databaseName = production_backup_18_06_2022 jdbc.portNumber = 5432 corePoolSizeAsyncConfigurer = 5