diff --git a/.gitignore b/.gitignore index 573c416d..9e7a1ec7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ ########################## ## Configuration ########################## -**/jdbc.*.properties **/.gitignore ########################## diff --git a/jasamedika-config/src/main/resources/jdbc.pelayanan.properties b/jasamedika-config/src/main/resources/jdbc.pelayanan.properties new file mode 100644 index 00000000..06a8cb9d --- /dev/null +++ b/jasamedika-config/src/main/resources/jdbc.pelayanan.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://psql1.rsabhk.lan:5432/rsab_hk_production +jdbc.username = postgres +jdbc.password = root +jdbc.serverName = psql1.rsabhk.lan +jdbc.databaseName = rsab_hk_production +jdbc.portNumber = 5432 + +corePoolSizeAsyncConfigurer = 50 +maxPoolSizeAsyncConfigurer = 100 + +systemDirectory=/mnt/files/ +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