50 lines
1.6 KiB
Properties
50 lines
1.6 KiB
Properties
|
ims.service.client = mymedisys-be
|
||
|
ims.service.skey = myMEDISYS@2020
|
||
|
|
||
|
# ===============================
|
||
|
# = MySQL
|
||
|
# ===============================
|
||
|
mysql.db.driver = com.mysql.cj.jdbc.Driver
|
||
|
mysql.db.url = jdbc:mysql://192.168.2.12:3306/mymedisys_db?zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Kuala_Lumpur
|
||
|
mysql.db.uname = mymedisys.admin
|
||
|
mysql.db.pword = /NToPXxweodmV3QrBAW+oA==
|
||
|
|
||
|
# HikariCP
|
||
|
mysql.db.pool.hikaricp.connectionTimeout = 30000
|
||
|
mysql.db.pool.hikaricp.idleTimeout = 600000
|
||
|
mysql.db.pool.hikaricp.maxLifetime = 1800000
|
||
|
mysql.db.pool.hikaricp.connectionTestQuery = SELECT 1
|
||
|
mysql.db.pool.hikaricp.minimumIdle = 0
|
||
|
mysql.db.pool.hikaricp.maximumPoolSize = 10
|
||
|
mysql.db.pool.hikaricp.connectionInitSql = SELECT 1
|
||
|
mysql.db.pool.hikaricp.validationTimeout = 5000
|
||
|
mysql.db.pool.hikaricp.leakDetectionThreshold = 60000
|
||
|
|
||
|
# ===============================
|
||
|
# = REDIS
|
||
|
# ===============================
|
||
|
redis.cache.host = 192.168.2.113
|
||
|
redis.cache.port = 6379
|
||
|
redis.cache.uname =
|
||
|
redis.cache.pword =
|
||
|
redis.cache.bucket = BE_BUCKET
|
||
|
redis.cache.duration = 86400
|
||
|
|
||
|
# ===============================
|
||
|
# = SERVICE URL
|
||
|
# ===============================
|
||
|
## Identity Management System
|
||
|
ims.service.url = http://192.168.2.113:8080/identity-management-system
|
||
|
ims.service.timeout = 60000
|
||
|
|
||
|
## File Management System
|
||
|
fms.service.url = http://192.168.2.113:8080/file-management-system
|
||
|
fms.service.timeout = 60000
|
||
|
|
||
|
## Notification and Alert System
|
||
|
nas.service.url = http://192.168.2.113:8080/notification-alert-system
|
||
|
nas.service.timeout = 60000
|
||
|
|
||
|
## Workflow Process System
|
||
|
wps.service.url = http://192.168.2.113:8080/workflow-process-system
|
||
|
wps.service.timeout = 60000
|