11 Commits 0bb87c3e6e ... 65e6edb9e5

Author SHA1 Message Date
  Trick 65e6edb9e5 配置文件 5 years ago
  Trick 0e966f3728 Merge branch 'jwdev' of http://192.168.1.220:10080/Amoy2/wlyy2.0.config into jwdev 5 years ago
  trick9191 abf30b5b33 Merge branch 'jwdev' of huangwenjie/wlyy2.0.config into jwdev 5 years ago
  trick9191 14301e0f36 Merge branch 'jwdev' of trick9191/wlyy2.0.config into jwdev 5 years ago
  Trick 6b5be9f5f2 Merge branch 'jwdev' of http://192.168.1.220:10080/Amoy2/wlyy2.0.config into jwdev 5 years ago
  huangwenjie fdca81adc6 区域互联网医院添加内网配置 5 years ago
  huangwenjie e2cb982738 Merge branch 'jwdev' of http://192.168.1.220:10080/Amoy2/wlyy2.0.config into jwdev 5 years ago
  trick9191 373f535a84 Merge branch 'jwdev' of trick9191/wlyy2.0.config into jwdev 5 years ago
  huangwenjie 60c2cfa39f Merge branch 'jwdev' of http://192.168.1.220:10080/Amoy2/wlyy2.0.config into jwdev 5 years ago
  huangwenjie 08ab9f3d76 区域互联网医院添加内网配置 5 years ago
  trick9191 a2683cc682 Merge branch 'jwdev' of trick9191/wlyy2.0.config into jwdev 5 years ago
5 changed files with 108 additions and 10 deletions
  1. 11 1
      ag-basic.yml
  2. 1 1
      application.yml
  3. 24 1
      svr-authentication.yml
  4. 43 0
      svr-base.yml
  5. 29 7
      svr-internet-hospital.yml

+ 11 - 1
ag-basic.yml

@ -105,6 +105,16 @@ spring:
    host: 172.26.0.253 # Redis server host.
    port: 6379 # Redis server port.
---
spring:
  profiles: iottest
  datasource:
     url: jdbc:mysql://172.26.0.104/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
     username: root
     password: jkzlehr
  redis:
    host: 172.26.0.253 # Redis server host.
    port: 6379 # Redis server port.
---
spring:
  profiles: qytest
  datasource:
@ -177,7 +187,7 @@ spring:
spring:
  profiles: xmjwlocal
  datasource:
    url: jdbc:mysql://10.95.22.191:3046/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
    url: jdbc:mysql://10.95.22.191:3406/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
    username: wlyy
    password: qY#j2n5O
  redis:

+ 1 - 1
application.yml

@ -67,7 +67,7 @@ eureka:
    healthcheck:
      enabled: false #监控检查
    serviceUrl:
      defaultZone: http://jw:jkzl@192.168.33.199:8761/eureka/
      defaultZone: http://jw:jkzl@127.0.0.1:8761/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}

+ 24 - 1
svr-authentication.yml

@ -80,6 +80,29 @@ spring:
    port: 6379 # Redis server port.
  ##发现服务
## i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
iHealth:
  user-info-uri: http://ehr.yihu.com/wlyy/iHealth/userInfo
zhongshanHospital:
  user-info-uri: http://laptop-u738dn2p:10023/mqsdk/getUserInfoByOpenid
fastDFS:
  fastdfs_file_url: http://172.26.0.110:8888/
#文件服务器上传配置 0本地,1.I健康,2.内网调用
testPattern:
  sign: 0
  remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
---
spring:
  profiles: jwtest
  datasource:
    url: jdbc:mysql://172.26.0.104/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
    username: root
    password: jkzlehr
  redis:
    host: 172.26.0.253 # Redis server host.
    port: 6379 # Redis server port.
  ##发现服务
## i健康用户信息接口,开放出来给互联网医院登录同步用户信息用
iHealth:
  user-info-uri: http://ehr.yihu.com/wlyy/iHealth/userInfo
@ -222,7 +245,7 @@ testPattern:
spring:
  profiles: xmjwlocal
  datasource:
    url: jdbc:mysql:/10.95.22.191:3046/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
    url: jdbc:mysql:/10.95.22.191:3406/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
    username: wlyy
    password: qY#j2n5O
  redis:

+ 43 - 0
svr-base.yml

@ -162,6 +162,49 @@ testPattern:
  sign: 0
  remote_inner_url: http://172.16.100.240:10023/open/fileUpload/upload_stream
---
spring:
  profiles: iottest
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://172.26.0.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
    username: ssgg
    password: ssgg@jkzl2019
  elasticsearch:
    cluster-name: jkzl #集群名 默认elasticsearch
    cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
    client-transport-sniff: false
    jest:
      uris: http://172.19.103.45:9200,http://172.19.103.68:9200
      connection-timeout: 60000 # Connection timeout in milliseconds.
      multi-threaded: true # Enable connection requests from multiple execution threads.
  activemq:
    broker-url: tcp://172.19.103.87:61616
    user: admin
    password: admin
  redis:
    host: 172.26.0.253 # Redis server host.
    port: 6379 # Redis server port.
fastDFS:
  fastdfs_file_url: http://172.26.0.110:8888/
fast-dfs:
  tracker-server: 172.26.0.110:22122 #服务器地址
demo:
  flag: true
hospital:
  url: https://wx.xmzsh.com
  mqUser: JKZL
  mqPwd: 123456
  SourceSysCode: S60
  TargetSysCode: S01
wlyy:
  url: http://ehr.yihu.com/wlyy/
wechat:
  id: d24d1367-7f4f-43af-910e-a0a43799e040
#文件服务器上传配置 0本地,1.I健康,2.内网调用
testPattern:
  sign: 0
  remote_inner_url: http://172.16.100.240:10023/open/fileUpload/upload_stream
---
spring:
  profiles: jwprod
  datasource:

+ 29 - 7
svr-internet-hospital.yml

@ -155,7 +155,9 @@ testPattern:
  remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
wlyy:
  url: http://www.xmtyw.cn/wlyytest/
qywx:
  url: 1
  id: 2
---
spring:
  profiles: jwtest
@ -226,6 +228,9 @@ testPattern:
  remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
wlyy:
  url: http://www.xmtyw.cn/wlyytest/
qywx:
  url: 1
  id: 2
---
spring:
  profiles: qytest
@ -296,6 +301,9 @@ testPattern:
  remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
wlyy:
  url: http://www.xmtyw.cn/wlyytest/
qywx:
  url: 1
  id: 2
---
spring:
  profiles: jwprod
@ -366,7 +374,9 @@ testPattern:
  remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
wlyy:
  url: http://www.xmtyw.cn/wlyytest/
qywx:
  url: 1
  id: 2
---
spring:
  profiles: jwOracleTest
@ -445,7 +455,9 @@ testPattern:
  remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
wlyy:
  url: http://www.xmtyw.cn/wlyytest/
qywx:
  url: 1
  id: 2
---
spring:
  profiles: jwOracleProd
@ -524,6 +536,9 @@ testPattern:
  remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
wlyy:
  url: http://www.xmtyw.cn/wlyytest/
qywx:
  url: 1
  id: 2
##==眼科医院 数据库end=======================================================================
@ -598,7 +613,9 @@ testPattern:
  remote_inner_url: http://172.16.100.240:10023/open/fileUpload/upload_stream
wlyy:
  url: http://www.xmtyw.cn/wlyytest/
qywx:
  url: https://ih.xmheart.com/hlwyy/
  id: xm_xzzx_wx
---
##==厦门卫计委 ===============================================================================
spring:
@ -670,14 +687,16 @@ testPattern:
  remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
wlyy:
  url: http://www.xmtyw.cn/wlyy/
qywx:
  url: 1
  id: 2
---
##==厦门卫计委 内网===============================================================================
spring:
  profiles: xmjwlocal
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://10.95.22.191:3046/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
    url: jdbc:mysql://10.95.22.191:3406/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
    username: wlyy
    password: qY#j2n5O
#  elasticsearch:
@ -740,4 +759,7 @@ es:
testPattern:
  sign: 1
wlyy:
  url: http://www.xmtyw.cn/wlyy/
  url: http://www.xmtyw.cn/wlyy/
qywx:
  url: 2
  id: 1