application-default.yml 405 字节
Newer Older
1
cluster:
2 3 4 5 6
  standalone:
    url: jdbc:h2:~/memorydb
    user_name: sa
cache:
  guava:
7 8 9 10 11 12
queue:
  disruptor:
remote:
  gRPC:
    host: localhost
    port: 11800
13 14 15 16 17
naming:
  jetty:
    host: localhost
    port: 10800
    context_path: /
18 19 20 21 22
ui:
  jetty:
    host: localhost
    port: 12800
    context_path: /
23
jetty_manager:
24
  jetty:
25
gRPC_manager:
26
  gRPC:
P
peng-yongsheng 已提交
27 28 29
storage:
  h2:
    url: jdbc:h2:~/memorydb
30
    user_name: sa