diff --git a/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml b/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml
index 1ca52a06..bf081aeb 100644
--- a/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml
+++ b/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
spring.profiles.default
- production
+ bridging
diff --git a/jasamedika-config/src/main/resources/jdbc.bridging.properties b/jasamedika-config/src/main/resources/jdbc.bridging.properties
new file mode 100644
index 00000000..79865665
--- /dev/null
+++ b/jasamedika-config/src/main/resources/jdbc.bridging.properties
@@ -0,0 +1,25 @@
+jdbc.driver = org.postgresql.Driver
+
+hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
+hibernate.hbm2ddl = none
+hibernate.format_sql = false
+hibernate.show_sql = false
+
+hikari.config.maximum.pool.size = 50
+
+# DB Production
+jdbc.url = jdbc:postgresql://192.168.12.1:5432/rsab_hk_production
+jdbc.username = postgres
+jdbc.password = root
+jdbc.serverName = 192.168.12.1
+jdbc.databaseName = rsab_hk_production
+jdbc.portNumber = 5432
+
+corePoolSizeAsyncConfigurer = 50
+maxPoolSizeAsyncConfigurer = 100
+
+presensiCapturePath=//mnt//images//
+reportDirectory=/home/svradmin/app-back/uploadfile/
+
+urlServiceSarPras=https://smart.rsabhk.co.id:2222/jasamedika-web/
+urlService=https://smart.rsabhk.co.id:2222/simrs_harkit/service/transaksi/
\ No newline at end of file
diff --git a/jasamedika-config/src/main/resources/jdbc.cssd.properties b/jasamedika-config/src/main/resources/jdbc.cssd.properties
new file mode 100644
index 00000000..276ede34
--- /dev/null
+++ b/jasamedika-config/src/main/resources/jdbc.cssd.properties
@@ -0,0 +1,25 @@
+jdbc.driver = org.postgresql.Driver
+
+hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
+hibernate.hbm2ddl = none
+hibernate.format_sql = false
+hibernate.show_sql = false
+
+hikari.config.maximum.pool.size = 5
+
+# DB Production
+jdbc.url = jdbc:postgresql://192.168.12.1:5432/rsab_hk_production
+jdbc.username = postgres
+jdbc.password = root
+jdbc.serverName = 192.168.12.1
+jdbc.databaseName = rsab_hk_production
+jdbc.portNumber = 5432
+
+corePoolSizeAsyncConfigurer = 5
+maxPoolSizeAsyncConfigurer = 5
+
+presensiCapturePath=//mnt//images//
+reportDirectory=/home/svradmin/app-back/uploadfile/
+
+urlServiceSarPras=https://smart.rsabhk.co.id:2222/jasamedika-web/
+urlService=https://smart.rsabhk.co.id:2222/simrs_harkit/service/transaksi/
\ No newline at end of file
diff --git a/jasamedika-config/src/main/resources/jdbc.development.properties b/jasamedika-config/src/main/resources/jdbc.development.properties
index 76f919c2..51c54933 100644
--- a/jasamedika-config/src/main/resources/jdbc.development.properties
+++ b/jasamedika-config/src/main/resources/jdbc.development.properties
@@ -21,5 +21,5 @@ maxPoolSizeAsyncConfigurer = 5
presensiCapturePath=//tmp//
reportDirectory=/home/svradmin/app-back/uploadfile/
-urlServiceSarPras=http://localhost:8888/jasamedika-web/
-urlService=http://192.168.12.2/simrs_harkit/service/transaksi/
\ No newline at end of file
+urlServiceSarPras=http://192.168.12.3:8080/jasamedika-web/
+urlService=http://192.168.12.3:5555/simrs_harkit/service/transaksi/
\ No newline at end of file
diff --git a/jasamedika-config/src/main/resources/jdbc.logging.properties b/jasamedika-config/src/main/resources/jdbc.logging.properties
deleted file mode 100644
index 902c36d4..00000000
--- a/jasamedika-config/src/main/resources/jdbc.logging.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-# DB Logging
-#jdbcLogging.driver=com.mysql.jdbc.Driver
-#jdbcLogging.url=jdbc:mysql://localhost:3306/medifirst2000
-#jdbcLogging.url=jdbc:mysql://192.168.12.1:3306/rsab_hk_development
-#jdbcLogging.username=root
-#jdbcLogging.password=
-#hibernate.hbm2ddl = update
diff --git a/jasamedika-config/src/main/resources/jdbc.mirroring.properties b/jasamedika-config/src/main/resources/jdbc.mirroring.properties
index e64458b9..74baf3ee 100644
--- a/jasamedika-config/src/main/resources/jdbc.mirroring.properties
+++ b/jasamedika-config/src/main/resources/jdbc.mirroring.properties
@@ -21,5 +21,5 @@ maxPoolSizeAsyncConfigurer = 100
presensiCapturePath=//mnt//images//
reportDirectory=/home/svradmin/app-back/uploadfile/
-urlServiceSarPras=http://localhost:8888/jasamedika-web/
-urlService=http://192.168.12.2/simrs_harkit/service/transaksi/
\ No newline at end of file
+urlServiceSarPras=https://smart.rsabhk.co.id:2222/jasamedika-web/
+urlService=https://smart.rsabhk.co.id:2222/simrs_harkit/service/transaksi/
\ No newline at end of file
diff --git a/jasamedika-config/src/main/resources/jdbc.production.properties b/jasamedika-config/src/main/resources/jdbc.sdm.properties
similarity index 80%
rename from jasamedika-config/src/main/resources/jdbc.production.properties
rename to jasamedika-config/src/main/resources/jdbc.sdm.properties
index b2aeade4..a709148a 100644
--- a/jasamedika-config/src/main/resources/jdbc.production.properties
+++ b/jasamedika-config/src/main/resources/jdbc.sdm.properties
@@ -21,5 +21,5 @@ maxPoolSizeAsyncConfigurer = 100
presensiCapturePath=//mnt//images//
reportDirectory=/home/svradmin/app-back/uploadfile/
-urlServiceSarPras=http://localhost:8888/jasamedika-web/
-urlService=http://192.168.12.2/simrs_harkit/service/transaksi/
\ No newline at end of file
+urlServiceSarPras=https://smart.rsabhk.co.id:2222/jasamedika-web/
+urlService=https://smart.rsabhk.co.id:2222/simrs_harkit/service/transaksi/
\ No newline at end of file
diff --git a/jasamedika-config/src/main/resources/jdbc.testing.properties b/jasamedika-config/src/main/resources/jdbc.testing.properties
deleted file mode 100644
index 8b975f3f..00000000
--- a/jasamedika-config/src/main/resources/jdbc.testing.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# DB Development
-#jdbc.driver = org.postgresql.Driver
-#jdbc.url = jdbc:postgresql://192.168.12.1:5432/rsab_hk_production
-#jdbc.url = jdbc:postgresql://192.168.12.4:5432/rsab_hk_development
-#jdbc.username = postgres
-#jdbc.password = root
-#jdbc.serverName = 192.168.12.4
-#jdbc.databaseName = rsab_hk_development
-#jdbc.portNumber = 5432
-#hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
-#hibernate.hbm2ddl = none
-
-
-#jdbc.driver = com.mysql.jdbc.Driver
-#jdbc.url = jdbc:mysql://192.168.12.1/medifirst2000?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
-#jdbc.username = root
-#jdbc.password = adminmysql
-#hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
-#hibernate.hbm2ddl = update
\ No newline at end of file
diff --git a/jasamedika-cssd/src/main/webapp/WEB-INF/web.xml b/jasamedika-cssd/src/main/webapp/WEB-INF/web.xml
index 1ca52a06..6e3c1555 100644
--- a/jasamedika-cssd/src/main/webapp/WEB-INF/web.xml
+++ b/jasamedika-cssd/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
spring.profiles.default
- production
+ cssd
diff --git a/jasamedika-ipsrs/src/main/webapp/WEB-INF/web.xml b/jasamedika-ipsrs/src/main/webapp/WEB-INF/web.xml
index 1ca52a06..53d3b98f 100644
--- a/jasamedika-ipsrs/src/main/webapp/WEB-INF/web.xml
+++ b/jasamedika-ipsrs/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
spring.profiles.default
- production
+ ip3rs
diff --git a/jasamedika-it/src/main/webapp/WEB-INF/web.xml b/jasamedika-it/src/main/webapp/WEB-INF/web.xml
index 1ca52a06..aeb21b7a 100644
--- a/jasamedika-it/src/main/webapp/WEB-INF/web.xml
+++ b/jasamedika-it/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
spring.profiles.default
- production
+ it
diff --git a/jasamedika-k3kl/src/main/webapp/WEB-INF/web.xml b/jasamedika-k3kl/src/main/webapp/WEB-INF/web.xml
index ec857883..aa4222dc 100644
--- a/jasamedika-k3kl/src/main/webapp/WEB-INF/web.xml
+++ b/jasamedika-k3kl/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
spring.profiles.default
- production
+ k3kl
diff --git a/jasamedika-laundry/src/main/webapp/WEB-INF/web.xml b/jasamedika-laundry/src/main/webapp/WEB-INF/web.xml
index 1ca52a06..2544f429 100644
--- a/jasamedika-laundry/src/main/webapp/WEB-INF/web.xml
+++ b/jasamedika-laundry/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
spring.profiles.default
- production
+ laundry
diff --git a/jasamedika-web/src/main/webapp/WEB-INF/web.xml b/jasamedika-web/src/main/webapp/WEB-INF/web.xml
index 1ca52a06..1d90352f 100644
--- a/jasamedika-web/src/main/webapp/WEB-INF/web.xml
+++ b/jasamedika-web/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
spring.profiles.default
- production
+ web