ims.service.client = frims-ims ims.service.skey = myFrims@2020 ims.jwt.secret = D9RtBb3u1VYyXDy ims.jwt.expiration = 86400000 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=UTC 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 # =============================== # = MongoDB # =============================== mongo.db.url = mongodb://192.168.2.12:27017 mongo.db.name = myfrims_ims mongo.db.setname = mongo.db.uname = mongo.db.pword = # =============================== # = REDIS # =============================== redis.cache.host = 192.168.2.12 redis.cache.port = 6379 redis.cache.uname = redis.cache.pword = yiSsgu0J9Nb7/Fre+hUYvg== redis.cache.bucket = IMS_BUCKET redis.cache.duration = 86400 redis.cache.pword = # =============================== # = SERVICE URL # =============================== ##Identity Management System ims.service.timeout = 60000 ims.uid.length = 8 ims.txnid.length = 15 ## Notification Alert System nas.service.url = http://localhost:8080/notification-alert-system nas.service.timeout = 60000