setting development properties
This commit is contained in:
parent
6412316e2e
commit
44fb07ce5f
@ -1,45 +1,25 @@
|
|||||||
jdbc.driver = org.postgresql.Driver
|
jdbc.driver = org.postgresql.Driver
|
||||||
|
|
||||||
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
||||||
hibernate.hbm2ddl = none
|
hibernate.hbm2ddl = none
|
||||||
# DB Production
|
hibernate.format_sql = true
|
||||||
jdbc.url = jdbc:postgresql://192.168.12.1:5432/rsab_hk_production
|
hibernate.show_sql = true
|
||||||
|
|
||||||
|
hikari.config.maximum.pool.size = 5
|
||||||
|
|
||||||
|
# DB Development
|
||||||
|
jdbc.url = jdbc:postgresql://192.168.12.3:5432/backup_7Des
|
||||||
jdbc.username = postgres
|
jdbc.username = postgres
|
||||||
jdbc.password = root
|
jdbc.password = root
|
||||||
jdbc.serverName = 192.168.12.1
|
jdbc.serverName = 192.168.12.3
|
||||||
jdbc.databaseName = rsab_hk_production
|
jdbc.databaseName = backup_7Des
|
||||||
jdbc.portNumber = 5432
|
jdbc.portNumber = 5432
|
||||||
# DB Mirroring
|
|
||||||
#jdbc.url = jdbc:postgresql://ds.rsabhk.lan:5432/rsab_hk_production
|
|
||||||
#jdbc.username = postgres
|
|
||||||
#jdbc.password = root
|
|
||||||
#jdbc.serverName = ds.rsabhk.lan
|
|
||||||
#jdbc.databaseName = rsab_hk_production
|
|
||||||
#jdbc.portNumber = 5432
|
|
||||||
# DB Development
|
|
||||||
#jdbc.url = jdbc:postgresql://192.168.12.3:5432/backup_7Des
|
|
||||||
#jdbc.username = postgres
|
|
||||||
#jdbc.password = root
|
|
||||||
#jdbc.serverName = 192.168.12.3
|
|
||||||
#jdbc.databaseName = backup_7Des
|
|
||||||
#jdbc.portNumber = 5432
|
|
||||||
# DB Localhost
|
|
||||||
#jdbc.url = jdbc:postgresql://172.16.111.13:5432/rsab_hk_backup
|
|
||||||
#jdbc.username = postgres
|
|
||||||
#jdbc.password = root
|
|
||||||
#jdbc.serverName = 172.16.111.13
|
|
||||||
#jdbc.databaseName = rsab_hk_backup
|
|
||||||
#jdbc.portNumber = 5432
|
|
||||||
|
|
||||||
|
corePoolSizeAsyncConfigurer = 5
|
||||||
|
maxPoolSizeAsyncConfigurer = 5
|
||||||
|
|
||||||
|
presensiCapturePath=//tmp//
|
||||||
#reportDirectory=C\:/harkit_report/
|
|
||||||
|
|
||||||
reportDirectory=/home/svradmin/app-back/uploadfile/
|
reportDirectory=/home/svradmin/app-back/uploadfile/
|
||||||
|
|
||||||
urlServiceSarPras=http://localhost:8888/jasamedika-web/
|
urlServiceSarPras=http://localhost:8888/jasamedika-web/
|
||||||
urlService=http://192.168.12.2/simrs_harkit/service/transaksi/
|
urlService=http://192.168.12.2/simrs_harkit/service/transaksi/
|
||||||
#jdbc.driver = com.mysql.jdbc.Driver
|
|
||||||
#jdbc.url = jdbc:mysql://172.16.16.1./medifirst2000?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
|
|
||||||
#jdbc.username = root
|
|
||||||
#jdbc.password = adminmysql
|
|
||||||
#hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
|
|
||||||
#hibernate.hbm2ddl = update
|
|
||||||
Loading…
x
Reference in New Issue
Block a user