123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- server:
- port: 8099
- contextPath:
- sessionTimeout: 300
- security:
- basic:
- enabled: false
- management:
- security:
- enabled: false
- # the name of Camel
- camel:
- springboot:
- name: hos-broker
- ---
- 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://172.19.103.57: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
- https:
- enable: false
- hzy:
- hello: hello huangzhiyong---devvvvvvvvvvvv
-
- ---
- 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
- https:
- enable: false
- hzy:
- hello: hello huangzhiyong---testtttttttttt
|