Forráskód Böngészése

上饶服务配置添加---by zdm

unknown 7 éve
szülő
commit
c2a4200f42
13 módosított fájl, 207 hozzáadás és 7 törlés
  1. 4 0
      ag-admin.yml
  2. 15 0
      ag-ehr-cloud.yml
  3. 5 1
      ag-portal-cloud.yml
  4. 14 1
      application.yml
  5. 21 0
      svr-ehr-basic.yml
  6. 15 1
      svr-health-profile.yml
  7. 13 0
      svr-logCollection.yml
  8. 17 1
      svr-pack-mgr.yml
  9. 31 0
      svr-pack-resolve.yml
  10. 12 0
      svr-quota.yml
  11. 18 1
      svr-redis.yml
  12. 25 1
      svr-resource.yml
  13. 17 1
      svr-standard.yml

+ 4 - 0
ag-admin.yml

@ -49,3 +49,7 @@ spring:
---
spring:
  profiles: prod_fz
---
spring:
  profiles: prod_sr

+ 15 - 0
ag-ehr-cloud.yml

@ -123,4 +123,19 @@ spring:
    export:
      statsd:
        host: 192.168.135.29
        port: 8125
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  thymeleaf:
    cache: false
  metrics:
    export:
      statsd:
        host: 10.176.97.10
        port: 8125

+ 5 - 1
ag-portal-cloud.yml

@ -49,4 +49,8 @@ spring:
---
spring:
  profiles: prod_fz
  profiles: prod_fz
---
spring:
  profiles: prod_sr

+ 14 - 1
application.yml

@ -154,4 +154,17 @@ eureka:
  instance:
    prefer-ip-address: true
eureka-server-ip: 192.168.135.29:8761
eureka-server-ip: 192.168.135.29:8761
---
spring:
  profiles: prod_sr
#If true, each application use ip to register it in eureka, eureka host is defined in "eureka-server-ip".
#else the server must have host map.
eureka:
  instance:
    prefer-ip-address: true
eureka-server-ip: 10.176.97.10:8761

+ 21 - 0
svr-ehr-basic.yml

@ -132,3 +132,24 @@ spring:
fast-dfs:
  tracker-server: 192.168.135.42:22122
  public-server: http://192.168.135.42:22122
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  data:
    mongodb:
      host: 10.176.97.9
      port: 29000
      username: jkzlehr
      password: GMLBq1LG
      authenticationDatabase: admin
      database: ehr
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:22122

+ 15 - 1
svr-health-profile.yml

@ -134,4 +134,18 @@ spring:
    id: JKZL
fast-dfs:
  tracker-server: 192.168.135.42:22122
  public-server: http://192.168.135.42:22122
  public-server: http://192.168.135.42:22122
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  application:
    id: JKZL
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:22122

+ 13 - 0
svr-logCollection.yml

@ -52,4 +52,17 @@ spring:
      username: sr_ehr
      password: ehr@#(2^
      authenticationDatabase: admin
      database: ehr
---
spring:
  profiles: prod_sr
  data:
    mongodb:
      host: 10.176.97.9
      port: 29000
      username: jkzlehr
      password: GMLBq1LG
      authenticationDatabase: admin
      database: ehr

+ 17 - 1
svr-pack-mgr.yml

@ -143,4 +143,20 @@ spring:
    password: redis!@456
fast-dfs:
  tracker-server: 192.168.135.42:22122
  public-server: http://192.168.135.42:22122
  public-server: http://192.168.135.42:22122
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5 # Redis server host.
    port: 6379
    password: q4YaQemf
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:22122

+ 31 - 0
svr-pack-resolve.yml

@ -285,6 +285,37 @@ fast-dfs:
  tracker-server: 192.168.135.42:22122
  public-server: http://192.168.135.42:22122
hadoop:
  hbase-properties:
    - hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5 # Redis server host.
    port: 6379
    password: q4YaQemf
  data:
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  metrics:
    export:
      statsd:
        host: 10.176.97.10
        port: 8125
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:22122
hadoop:
  hbase-properties:
    - hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com

+ 12 - 0
svr-quota.yml

@ -67,6 +67,18 @@ spring:
    username: sr_healtharchive
    password: data!@)1
  data:
    solr:
      zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  data:
    solr:
      zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr # ZooKeeper host address in the form HOST:PORT.

+ 18 - 1
svr-redis.yml

@ -136,4 +136,21 @@ spring:
    password: redis!@456
fast-dfs:
  tracker-server: 192.168.135.42:22122
  public-server: http://192.168.135.42:22122
  public-server: http://192.168.135.42:22122
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5 # Redis server host.
    port: 6379
    password: q4YaQemf
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:22122

+ 25 - 1
svr-resource.yml

@ -121,4 +121,28 @@ hadoop:
fast-dfs:
  tracker-server: 192.168.135.42:22122
  public-server: http://192.168.135.42:22122
  public-server: http://192.168.135.42:22122
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5 # Redis server host.
    port: 6379
    password: q4YaQemf
  data:
    solr:
      #zk-host: 11.1.2.51,11.1.2.52,11.1.2.53:2181/solr # ZooKeeper host address in the form HOST:PORT.
      zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr
hadoop:
  hbase-properties:
    - hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:22122

+ 17 - 1
svr-standard.yml

@ -141,4 +141,20 @@ spring:
    password: redis!@456
fast-dfs:
  tracker-server: 192.168.135.42:22122
  public-server: http://192.168.135.42:22122
  public-server: http://192.168.135.42:22122
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5 # Redis server host.
    port: 6379
    password: q4YaQemf
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:22122