1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- security:
- basic:
- enabled: false
- # the name of Camel
- camel:
- springboot:
- name: HosBrokerServer
- ---
- spring:
- profiles: dev
- activemq:
- broker-url: tcp://172.19.103.57:61616
- user: admin
- password: admin
- data:
- mongodb:
- host: 172.19.103.57
- port: 27017
- username: esb
- password: esb
- authenticationDatabase: admin
- database: log
- gridFsDatabase: dfs
- eureka:
- client:
- serviceUrl:
- defaultZone: http://192.168.1.221:8761/eureka/
- log:
- path: D://logs/logback/dev
- level: info
- hos:
- filesystem:
- url: http://172.19.103.57:9010/dfs/file
- arbiter:
- enable: true
- url: http://localhost:10135
- rest:
- url: http://localhost:8088
- timer:
- period: 10000
- tenant:
- name: jkzl
- mycat:
- path: /usr/local/mycat/ ##mycat的安装目录
- #jcraft shell操作
- jcraft:
- host: 172.19.103.57
- port: 22
- user: root
- password: ceshi
- ---
- spring:
- profiles: test
- activemq:
- broker-url: tcp://172.19.103.42:61616
- user: admin
- password: admin
- data:
- mongodb:
- host: 172.19.103.42
- port: 27017
- username: esb
- password: esb
- authenticationDatabase: admin
- database: log
- gridFsDatabase: dfs
- eureka:
- client:
- serviceUrl:
- defaultZone: http://192.168.1.221:8761/eureka/
- log:
- path: /usr/local/esb/logs/logback/broker
- level: info
- hos:
- filesystem:
- url: http://172.19.103.37:9010/dfs/file
- arbiter:
- enable: true
- url: http://172.19.103.37:10135
- rest:
- url: http://172.19.103.37:8088
- timer:
- period: 10000
- tenant:
- name: jkzl
- mycat:
- path: /usr/local/mycat/ ##mycat的安装目录
- #jcraft shell操作
- jcraft:
- host: 172.19.103.37
- port: 22
- user: root
- password: ceshi
|