From bef13303ec80294b02142efdb55f1dfe24ba3c62 Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Wed, 24 Jan 2024 11:00:09 +0700 Subject: [PATCH] Update jdbc.mirroring.properties Perubahan cred koneksi database --- .../src/main/resources/jdbc.mirroring.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jasamedika-config/src/main/resources/jdbc.mirroring.properties b/jasamedika-config/src/main/resources/jdbc.mirroring.properties index 1e75ae06..4e813ca1 100644 --- a/jasamedika-config/src/main/resources/jdbc.mirroring.properties +++ b/jasamedika-config/src/main/resources/jdbc.mirroring.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 50 # DB Mirroring jdbc.url = jdbc:postgresql://ds.rsabhk.lan:5432/rsab_hk_production -jdbc.username = smart_ds -jdbc.password = KiTaMaFjry +jdbc.username = smart_jasper +jdbc.password = ekAdeCmnJ3 jdbc.serverName = ds.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432