123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- spring:
- profiles: jwdev
- loginVaild: true
- redis:
- host: 172.19.103.47 # Redis server host.
- port: 6379
- password: redis!@456
- datasource:
- wlyy:
- url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- username: root
- password: 123456
- app:
- # oauth2InnerUrl: http://172.19.103.44:10260/ # 物联网环境
- oauth2InnerUrl: http://172.19.103.73:10260/ # 认证中心,获取token ehr环境
- oauth2OuterUrl: http://27.154.233.186:10260/ # 上饶-授权外网映射
- service-gateway:
- iotUrl: http://192.168.131.24:8088/svr-iot/
- 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://172.19.103.88:9092/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: 172.19.103.54:22122
- public-server: http://172.19.103.54:80/
- logging:
- path: /data/logger
- file: app-iot-server
- ##如果是外网项目就是flase 内网是true
- neiwang:
- enable: true
- wlyy: http://localhost:9099/iot/
|