application-default.yml 380 字节
Newer Older
P
pengys5 已提交
1
cluster:
2 3 4
  zookeeper:
    hostPort: localhost:2181
    sessionTimeout: 100000
P
pengys5 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
#  redis:
#    host: localhost
#    port: 6379
queue:
  disruptor: on
  data_carrier: off
agentstream:
  grpc:
    host: localhost
    port: 1000
  jetty:
    host: localhost
    port: 2000
    context_path: /
discovery:
  grpc: localhost
  port: 1000
ui:
  jetty:
    host: localhost
    port: 12800