25 lines
731 B
Properties
25 lines
731 B
Properties
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/ |