From ec2f5911a24fd3cde0509c5d9b4b5546bbd0bd8c Mon Sep 17 00:00:00 2001 From: salmanoe Date: Mon, 15 Feb 2021 17:52:26 +0700 Subject: [PATCH] pergantian database untuk ip3 --- .../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 51c54933..e17dfb98 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/backup_7Des +jdbc.url = jdbc:postgresql://192.168.12.3:5432/production_backup_9_2_2021 jdbc.username = postgres jdbc.password = root jdbc.serverName = 192.168.12.3 -jdbc.databaseName = backup_7Des +jdbc.databaseName = production_backup_9_2_2021 jdbc.portNumber = 5432 corePoolSizeAsyncConfigurer = 5