From 5ec6f57009bd6c6910f3483ed2181cb24b3a176b Mon Sep 17 00:00:00 2001 From: salmanoe Date: Fri, 8 Jan 2021 08:40:34 +0700 Subject: [PATCH] added properties files all modules --- .../src/main/resources/jdbc.ip3rs.properties | 25 +++++++++++++++++++ .../src/main/resources/jdbc.it.properties | 25 +++++++++++++++++++ .../src/main/resources/jdbc.k3kl.properties | 25 +++++++++++++++++++ .../main/resources/jdbc.laundry.properties | 25 +++++++++++++++++++ .../src/main/resources/jdbc.web.properties | 25 +++++++++++++++++++ 5 files changed, 125 insertions(+) create mode 100644 jasamedika-config/src/main/resources/jdbc.ip3rs.properties create mode 100644 jasamedika-config/src/main/resources/jdbc.it.properties create mode 100644 jasamedika-config/src/main/resources/jdbc.k3kl.properties create mode 100644 jasamedika-config/src/main/resources/jdbc.laundry.properties create mode 100644 jasamedika-config/src/main/resources/jdbc.web.properties diff --git a/jasamedika-config/src/main/resources/jdbc.ip3rs.properties b/jasamedika-config/src/main/resources/jdbc.ip3rs.properties new file mode 100644 index 00000000..276ede34 --- /dev/null +++ b/jasamedika-config/src/main/resources/jdbc.ip3rs.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.it.properties b/jasamedika-config/src/main/resources/jdbc.it.properties new file mode 100644 index 00000000..276ede34 --- /dev/null +++ b/jasamedika-config/src/main/resources/jdbc.it.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.k3kl.properties b/jasamedika-config/src/main/resources/jdbc.k3kl.properties new file mode 100644 index 00000000..276ede34 --- /dev/null +++ b/jasamedika-config/src/main/resources/jdbc.k3kl.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.laundry.properties b/jasamedika-config/src/main/resources/jdbc.laundry.properties new file mode 100644 index 00000000..276ede34 --- /dev/null +++ b/jasamedika-config/src/main/resources/jdbc.laundry.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.web.properties b/jasamedika-config/src/main/resources/jdbc.web.properties new file mode 100644 index 00000000..79865665 --- /dev/null +++ b/jasamedika-config/src/main/resources/jdbc.web.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