28 lines
754 B
Properties
28 lines
754 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:5439/rsab_hk
|
|
jdbc.username = postgres
|
|
jdbc.password = [Rsabhk79]
|
|
jdbc.serverName = localhost
|
|
jdbc.databaseName = rsab_hk
|
|
jdbc.portNumber = 5439
|
|
|
|
corePoolSizeAsyncConfigurer = 5
|
|
maxPoolSizeAsyncConfigurer = 5
|
|
|
|
systemDirectory=/mnt/files/
|
|
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/
|
|
|
|
app.etl.migrasi.pasien=http://localhost:8081/simrs/pasien/migrasi
|