Reset the application yml config.

#537
This commit is contained in:
peng-yongsheng 2017-10-23 16:07:36 +08:00
parent 293980ba95
commit 6dab2c990d
2 changed files with 30 additions and 25 deletions

View File

@ -33,9 +33,4 @@ collector_inside:
# cluster_transport_sniffer: true
# cluster_nodes: localhost:9300
# index_shards_number: 2
# index_replicas_number: 0
storage:
h2:
url: jdbc:h2:tcp://localhost/~/test
user_name: sa
password:
# index_replicas_number: 0

View File

@ -1,26 +1,36 @@
cluster:
zookeeper:
hostPort: localhost:2181
sessionTimeout: 100000
# redis:
# host: localhost
# port: 6379
queue:
disruptor: on
data_carrier: off
agentstream:
grpc:
host: localhost
port: 1000
#cluster:
# zookeeper:
# hostPort: localhost:2181
# sessionTimeout: 100000
agent_server:
jetty:
host: localhost
port: 2000
port: 10800
context_path: /
discovery:
grpc: localhost
port: 1000
agent_stream:
grpc:
host: localhost
port: 11800
jetty:
host: localhost
port: 12800
context_path: /
config:
buffer_offset_max_file_size: 10M
buffer_segment_max_file_size: 500M
ui:
jetty:
host: localhost
port: 12800
context_path: /
collector_inside:
grpc:
host: localhost
port: 11800
#storage:
# elasticsearch:
# cluster_name: CollectorDBCluster
# cluster_transport_sniffer: true
# cluster_nodes: localhost:9300
# index_shards_number: 2
# index_replicas_number: 0