Create config jdbc pelayanan
This commit is contained in:
parent
e6bc94e0b0
commit
214ca45ac4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,7 +1,6 @@
|
|||||||
##########################
|
##########################
|
||||||
## Configuration
|
## Configuration
|
||||||
##########################
|
##########################
|
||||||
**/jdbc.*.properties
|
|
||||||
**/.gitignore
|
**/.gitignore
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
|
|||||||
@ -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/
|
||||||
Loading…
x
Reference in New Issue
Block a user