66 lines
1.7 KiB
Properties
66 lines
1.7 KiB
Properties
|
ims.service.client = mymedisys-fe
|
||
|
ims.service.skey = myMEDISYS@2020
|
||
|
ims.service.ekey = 5f50787d0aa5e668053d527c
|
||
|
|
||
|
app.portal.type = MYMEDISYS
|
||
|
gov.portal.access.from = 00:00
|
||
|
gov.portal.access.to = 24:00
|
||
|
|
||
|
# Server URI-Encoding
|
||
|
server.tomcat.uri-encoding = utf-8
|
||
|
server.tomcat.max-http-post-size: 10MB
|
||
|
|
||
|
# Application Config
|
||
|
thymleaf.template.cacheable = false
|
||
|
|
||
|
## session.secure.cookie: DEV = false, PROD = true
|
||
|
session.secure.cookie = true
|
||
|
|
||
|
is.using.https = false;
|
||
|
|
||
|
# ===============================
|
||
|
# = REDIS
|
||
|
# ===============================
|
||
|
redis.cache.host = 192.168.2.113
|
||
|
redis.cache.port = 6379
|
||
|
redis.cache.uname =
|
||
|
redis.cache.pword =
|
||
|
redis.cache.bucket = FE_BUCKET
|
||
|
redis.cache.duration = 86400
|
||
|
|
||
|
# ===============================
|
||
|
# = ReCaptcha
|
||
|
# ===============================
|
||
|
recaptcha.sitekey = 6Lc1cMQZAAAAAIMX6aPgV2qwsRkxwEWBo1RkWPuG
|
||
|
|
||
|
# ===============================
|
||
|
# = Services
|
||
|
# ===============================
|
||
|
## 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
|
||
|
|
||
|
## Backend Service
|
||
|
be.service.url=http://192.168.2.113:8080/mymedisys-backend
|
||
|
be.service.timeout=60000
|
||
|
|
||
|
## Report Gateway
|
||
|
rpt.service.url = http://192.168.2.113:8080/mymedisys-report
|
||
|
rpt.service.timeout = 60000
|
||
|
|
||
|
## Security Gateway
|
||
|
sgw.service.url = http://192.168.2.113:8080/mymedisys-sgw
|
||
|
sgw.service.timeout = 60000
|