30 lines
733 B
Properties
30 lines
733 B
Properties
ims.service.client = frims-fms
|
|
ims.service.skey = myFrims@2020
|
|
|
|
server.port = 8081
|
|
|
|
# ===============================
|
|
# = MongoDB
|
|
# ===============================
|
|
mongo.db.url = mongodb://192.168.2.12:27017
|
|
mongo.db.name = myfrims_fms
|
|
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 = FMS_BUCKET
|
|
redis.cache.duration = 86400
|
|
redis.cache.pword =
|
|
|
|
# ===============================
|
|
# = SERVICE URL
|
|
# ===============================
|
|
ims.service.url = http://localhost:8080/identity-management-system
|
|
ims.service.timeout = 6000
|