77 lines
2.1 KiB
Properties
77 lines
2.1 KiB
Properties
ims.service.client = myfrims-wps
|
|
ims.service.skey = myFrims@2020
|
|
|
|
server.port = 8081
|
|
|
|
# ===============================
|
|
# = MySQL
|
|
# ===============================
|
|
mysql.db.driver = com.mysql.cj.jdbc.Driver
|
|
mysql.db.url = jdbc:mysql://192.168.2.12:3306/myfrims_db?zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Kuala_Lumpur
|
|
mysql.db.uname = admin
|
|
mysql.db.pword = f8c9zw1oFuHNpObnOJvDxA==
|
|
|
|
|
|
# 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.12
|
|
redis.cache.port = 6379
|
|
redis.cache.uname =
|
|
redis.cache.pword =
|
|
redis.cache.bucket = IMS_BUCKET
|
|
redis.cache.duration = 86400
|
|
|
|
# ===============================
|
|
# = MANDRILL
|
|
# ===============================
|
|
mail.from = Cornerstone <noreply@cornerstone.my>
|
|
mail.host = mail.conceptway.com.my
|
|
mail.protocol = smtp
|
|
mail.port = 587
|
|
mail.username = myfrims@conceptway.com.my
|
|
mail.password = Frims@12345
|
|
|
|
# ===============================
|
|
# = SMTP
|
|
# ===============================
|
|
sms.gateway.username =
|
|
sms.gateway.password =
|
|
sms.gateway.auth.url =
|
|
|
|
# ===============================
|
|
# = FCM
|
|
# ===============================
|
|
fcm.googleapis.url =
|
|
fcm.googleapis.key =
|
|
fcm.service.timeout = 60000
|
|
|
|
# ===============================
|
|
# = SERVICE URL
|
|
# ===============================
|
|
## Identity Management System
|
|
ims.service.url = http://localhost:8080/identity-management-system
|
|
ims.service.timeout = 60000
|
|
|
|
## File Management System
|
|
fms.service.url = http://localhost:8080/file-management-sytem
|
|
fms.service.timeout = 60000
|
|
|
|
## Report Gateway
|
|
rpt.service.url = http://localhost:8080/core-report
|
|
rpt.service.timeout = 60000
|
|
|
|
# Notification Send All Interval
|
|
nas.service.interval = 60000
|
|
nas.service.timeout = 2000 |