From 8571e6aec82bda58fd0dec81f054e206e494d01a Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Tue, 23 Jan 2024 18:48:29 +0700 Subject: [PATCH] Update property files Perubahan user koneksi database --- jasamedika-config/src/main/resources/jdbc.bridging.properties | 4 ++-- jasamedika-config/src/main/resources/jdbc.cssd.properties | 4 ++-- .../src/main/resources/jdbc.development.properties | 4 ++-- jasamedika-config/src/main/resources/jdbc.ip3rs.properties | 4 ++-- jasamedika-config/src/main/resources/jdbc.it.properties | 4 ++-- jasamedika-config/src/main/resources/jdbc.k3kl.properties | 4 ++-- jasamedika-config/src/main/resources/jdbc.laundry.properties | 4 ++-- .../src/main/resources/jdbc.mirroring.properties | 4 ++-- .../src/main/resources/jdbc.pelayanan.properties | 4 ++-- jasamedika-config/src/main/resources/jdbc.sdm.properties | 4 ++-- jasamedika-config/src/main/resources/jdbc.web.properties | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/jasamedika-config/src/main/resources/jdbc.bridging.properties b/jasamedika-config/src/main/resources/jdbc.bridging.properties index 38cd7bad..af4e8839 100644 --- a/jasamedika-config/src/main/resources/jdbc.bridging.properties +++ b/jasamedika-config/src/main/resources/jdbc.bridging.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 25 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.cssd.properties b/jasamedika-config/src/main/resources/jdbc.cssd.properties index 20fb3a9b..e4e59a18 100644 --- a/jasamedika-config/src/main/resources/jdbc.cssd.properties +++ b/jasamedika-config/src/main/resources/jdbc.cssd.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 5 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.development.properties b/jasamedika-config/src/main/resources/jdbc.development.properties index f09fb3f7..5f186e44 100644 --- a/jasamedika-config/src/main/resources/jdbc.development.properties +++ b/jasamedika-config/src/main/resources/jdbc.development.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 5 # DB Development jdbc.url = jdbc:postgresql://192.168.12.3:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = postgres +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = 192.168.12.3 jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.ip3rs.properties b/jasamedika-config/src/main/resources/jdbc.ip3rs.properties index 20fb3a9b..e4e59a18 100644 --- a/jasamedika-config/src/main/resources/jdbc.ip3rs.properties +++ b/jasamedika-config/src/main/resources/jdbc.ip3rs.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 5 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.it.properties b/jasamedika-config/src/main/resources/jdbc.it.properties index 20fb3a9b..e4e59a18 100644 --- a/jasamedika-config/src/main/resources/jdbc.it.properties +++ b/jasamedika-config/src/main/resources/jdbc.it.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 5 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.k3kl.properties b/jasamedika-config/src/main/resources/jdbc.k3kl.properties index 20fb3a9b..e4e59a18 100644 --- a/jasamedika-config/src/main/resources/jdbc.k3kl.properties +++ b/jasamedika-config/src/main/resources/jdbc.k3kl.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 5 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.laundry.properties b/jasamedika-config/src/main/resources/jdbc.laundry.properties index 20fb3a9b..e4e59a18 100644 --- a/jasamedika-config/src/main/resources/jdbc.laundry.properties +++ b/jasamedika-config/src/main/resources/jdbc.laundry.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 5 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.mirroring.properties b/jasamedika-config/src/main/resources/jdbc.mirroring.properties index 7f96edd6..1e75ae06 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 = postgres -jdbc.password = root +jdbc.username = smart_ds +jdbc.password = KiTaMaFjry jdbc.serverName = ds.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.pelayanan.properties b/jasamedika-config/src/main/resources/jdbc.pelayanan.properties index 38cd7bad..af4e8839 100644 --- a/jasamedika-config/src/main/resources/jdbc.pelayanan.properties +++ b/jasamedika-config/src/main/resources/jdbc.pelayanan.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 25 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.sdm.properties b/jasamedika-config/src/main/resources/jdbc.sdm.properties index 26b01e89..3bbd394f 100644 --- a/jasamedika-config/src/main/resources/jdbc.sdm.properties +++ b/jasamedika-config/src/main/resources/jdbc.sdm.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 60 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432 diff --git a/jasamedika-config/src/main/resources/jdbc.web.properties b/jasamedika-config/src/main/resources/jdbc.web.properties index 38cd7bad..af4e8839 100644 --- a/jasamedika-config/src/main/resources/jdbc.web.properties +++ b/jasamedika-config/src/main/resources/jdbc.web.properties @@ -9,8 +9,8 @@ hikari.config.maximum.pool.size = 25 # DB Production jdbc.url = jdbc:postgresql://psql1.rsabhk.lan:5432/rsab_hk_production -jdbc.username = postgres -jdbc.password = root +jdbc.username = smart_user +jdbc.password = 1miwhir3yr jdbc.serverName = psql1.rsabhk.lan jdbc.databaseName = rsab_hk_production jdbc.portNumber = 5432