84 lines
2.4 KiB
Properties
84 lines
2.4 KiB
Properties
|
ims.service.client = myfrims-nas
|
||
|
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==
|
||
|
|
||
|
# ===============================
|
||
|
# = MongoDB
|
||
|
# ===============================
|
||
|
mongo.db.url = mongodb://192.168.2.12:27017
|
||
|
mongo.db.name = myfrims_nas
|
||
|
mongo.db.setname =
|
||
|
mongo.db.uname =
|
||
|
mongo.db.pword =
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# ===============================
|
||
|
# = MAIL SENDER
|
||
|
# ===============================
|
||
|
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
|
||
|
|
||
|
# ===============================
|
||
|
# = MAIL RECEIVER
|
||
|
# ===============================
|
||
|
mail.imap.username= ewages-support%40conceptway.com.my
|
||
|
mail.imap.password= c0nceptw%40y
|
||
|
mail.imap.from = eWages Customer Support <ewages-support@conceptway.com.my>
|
||
|
mail.imap.host = mail.conceptway.com.my
|
||
|
mail.imap.port = 993
|
||
|
|
||
|
# ===============================
|
||
|
# = SMTPR
|
||
|
# ===============================
|
||
|
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
|