25 lines
688 B
Properties
25 lines
688 B
Properties
jdbc.driver = org.postgresql.Driver
|
|
|
|
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
|
hibernate.hbm2ddl = none
|
|
hibernate.format_sql = true
|
|
hibernate.show_sql = true
|
|
|
|
hikari.config.maximum.pool.size = 5
|
|
|
|
# DB Development
|
|
jdbc.url = jdbc:postgresql://localhost:5432/rsabhk_backup
|
|
jdbc.username = postgres
|
|
jdbc.password = root
|
|
jdbc.serverName = localhost
|
|
jdbc.databaseName = rsabhk_backup
|
|
jdbc.portNumber = 5432
|
|
|
|
corePoolSizeAsyncConfigurer = 5
|
|
maxPoolSizeAsyncConfigurer = 5
|
|
|
|
systemDirectory=//tmp//
|
|
reportDirectory=/home/svradmin/app-back/uploadfile/
|
|
|
|
urlServiceSarPras=http://192.168.12.3:8080/jasamedika-web/
|
|
urlService=http://192.168.12.3:5555/simrs_harkit/service/transaksi/ |