123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- spring:
- profiles: jwprod
- loginVaild: true
- redis:
- host: 172.19.103.47 # Redis server host.
- port: 6379
- password: redis!@456
- datasource:
- wlyy:
- url: jdbc:mysql://59.61.92.90:9069/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- username: wlyy
- password: jkzlehr@123
- app:
- oauth2InnerUrl: http://172.19.103.73:10260/
- oauth2OuterUrl: http://27.154.233.186:10260/
- service-gateway:
- profileInnerUrl: http://172.19.103.73:10000/api/v1.0/admin
- profileOuterUrl: http://27.154.233.186:10000/api/v1.0/admin
- portalInnerUrl: http://172.19.103.73:10280/api/v1.0/portal
- portalOuterUrl: http://27.154.233.186:10280/api/v1.0/portal
- third:
- wlyy:
- url: http://www.yihu.com/wlyy/
- appid: 915d0345-5b1d-11e6-8344-fa163e8aee61
- appsecret: 915d0345-5b1d-11e6-8344-fa163e8aee57
- ehr:
- user:
- roleId: 10268
- metadata:
- version: 59083976eebd
- reference: 000000065a965615966b3a40c86ceba7
- fast-dfs:
- tracker-server: 11.1.2.9:22122
- accessUrl: http://11.1.2.9
- logging:
- path: /data/logger
- file: app-iot-server
- ##如果是外网项目就是flase 内网是true
- neiwang:
- enable: false
- wlyy: http://59.61.92.90:9099/iot/
- #单点登录
- #GET http://172.19.103.73:10260/oauth/sso?response_type=token&client_id=uzs5G0HgTp&state=sxy&scope=read&redirect_uri=http://192.168.1.221:8010/ehr/browser/common/login/signin?idCardNo=362321200108017313&user=admin
|