Browse Source

更新配置

hill9868 5 năm trước cách đây
mục cha
commit
7973a8d400
2 tập tin đã thay đổi với 67 bổ sung15 xóa
  1. 66 14
      src/main/resources/application.yml
  2. 1 1
      src/main/resources/bootstrap.yml

+ 66 - 14
src/main/resources/application.yml

@ -1,6 +1,5 @@
server:
  port: ${svr-basic.server.port}
  port: 10030
info:
  app:
    name: SVR-BASIC
@ -59,9 +58,62 @@ hadoop:
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: chenweishan
    password: chenweishan
    url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: ssgg
    password: ssgg@jkzl2019
  # -- unknown use --
  ldap:
    host: 172.19.103.87
    port: 389
    bindDn: cn=admin,dc=ehr,dc=jkzl
    password: jkzl
    root: dc=ehr,dc=jkzl
  # -- unknown use --
  redis:
    host: 172.26.0.253
    port: 6379
    password:
  data:
    mongodb:
      host: 192.168.1.220
      port: 27017
      username: admin
      password: admin
      authenticationDatabase: admin
      database: ehr
    solr:
      zk-host: jkzl-node1:2181/solr
  elasticsearch:
    jest:
      uris: http://172.26.0.15:9200
fast-dfs:
  tracker-server: 172.26.0.200:22122
  public-server: http://172.26.0.200:80
es:
  index: wlyy_quota_test
  type: wlyy_quota_test
  host: http://172.26.0.15:9200
  tHost: 172.26.0.15:9300
  clusterName: jkzl
h5:
  secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  appId: 9000401
  clientId: WYo0l73F8e
#福州总部网关参数配置
fz-gateway:
  url: http://172.26.0.125:10001/fzGateway/WSGW/rest
  clientId: 9000401
  clientVersion: 1.0
  secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  handlerId: 50871
---
spring:
  profiles: prod
  datasource:
    url: jdbc:mysql://172.26.0.125:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: ssgg
    password: ssgg@jkzl2019
  # -- unknown use --
  ldap:
    host: 172.19.103.87
@ -71,9 +123,9 @@ spring:
    root: dc=ehr,dc=jkzl
  # -- unknown use --
  redis:
    host: 172.19.103.47 # Redis server host.
    host: 172.26.0.253 # Redis server host.
    port: 6379
    password: redis!@456
    password:
  data:
    mongodb:
      host: 192.168.1.220
@ -83,18 +135,18 @@ spring:
      authenticationDatabase: admin
      database: ehr
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
      zk-host: jkzl-node1:2181/solr
  elasticsearch:
    jest:
      uris: http://172.19.103.68:9200
      uris: http://172.26.0.15:9200
fast-dfs:
  tracker-server: 172.19.103.13:22122
  public-server: http://172.19.103.52:80
  tracker-server: 172.26.0.200:22122
  public-server: http://172.26.0.200:80
es:
  index: wlyy_quota_test
  type: wlyy_quota_test
  host: http://172.19.103.68:9200
  tHost: 172.19.103.68:9300
  host: http://172.26.0.15:9200
  tHost: 172.26.0.15:9300
  clusterName: jkzl
h5:
  secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
@ -109,4 +161,4 @@ fz-gateway:
  handlerId: 50871
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
    hbase.zookeeper.quorum: jkzl-node1,jkzl-node2,jkzl-node3

+ 1 - 1
src/main/resources/bootstrap.yml

@ -11,7 +11,7 @@ spring:
  profiles: dev
  cloud:
    config:
      uri: ${spring.config.uri:http://172.19.103.73:1221}
      uri: ${spring.config.uri:http://172.26.0.125:1221}
      label: ${spring.config.label:dev}
---