Browse Source

注释添加

huangzhiyong 7 years ago
parent
commit
c836ef2532
1 changed files with 8 additions and 8 deletions
  1. 8 8
      hos-broker.yml

+ 8 - 8
hos-broker.yml

@ -64,12 +64,12 @@ hzy:
spring:
  profiles: test
  activemq:
      broker-url: tcp://172.19.103.42:61616
      broker-url: tcp://172.19.103.42:61616 # activeMq地址
      user: admin
      password: admin
  data:
    mongodb:
      host: 172.19.103.42
      host: 172.19.103.42 # mongodb 连接信息
      port: 27017
      username: esb
      password: esb
@ -79,25 +79,25 @@ spring:
eureka:
  client:
    serviceUrl:
      defaultZone: http://192.168.1.221:8761/eureka/
      defaultZone: http://192.168.1.221:8761/eureka/  # eureka发现服务中心地址
log:
  path: /usr/local/esb/logs/logback/broker
  path: /usr/local/esb/logs/logback/broker  #日志输出地址
  level: info
hos:
  filesystem:
    url: http://172.19.103.37:9010/dfs/file
    url: http://172.19.103.37:9010/dfs/file #文件服务器地址
  arbiter:
    enable: true
    url: http://172.19.103.37:10135
    url: http://172.19.103.37:10135  # arbiter 的连接地址
  rest:
    url: http://172.19.103.37:8088
    url: http://172.19.103.37:8088  # 采集上传档案等服务连接地址
  timer:
      period: 10000
  tenant:
    name: jkzl
  mycat:
    path: /usr/local/mycat/   ##mycat的安装目录
  #jcraft shell操作
  #jcraft shell操作,连接终端服务器的后门信息
  jcraft:
    host: 172.19.103.37
    port: 22