2020-11-18 17:32:52 +08:00
|
|
|
# Copyright (C) 2019-2020 Zilliz. All rights reserved.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
|
|
|
|
# with the License. You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
|
|
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
|
|
# or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
|
|
|
|
|
|
|
2020-11-20 17:10:24 +08:00
|
|
|
nodeID: # will be deprecated after v0.2
|
2020-11-26 17:47:46 +08:00
|
|
|
proxyIDList: [0]
|
2020-12-08 14:41:04 +08:00
|
|
|
queryNodeIDList: [1, 2]
|
2020-11-26 16:01:31 +08:00
|
|
|
writeNodeIDList: [3]
|
2020-11-19 10:46:17 +08:00
|
|
|
|
2020-11-20 17:10:24 +08:00
|
|
|
etcd:
|
|
|
|
address: localhost
|
|
|
|
port: 2379
|
|
|
|
rootPath: by-dev
|
2020-11-28 19:06:48 +08:00
|
|
|
metaSubPath: meta # metaRootPath = rootPath + '/' + metaSubPath
|
|
|
|
kvSubPath: kv # kvRootPath = rootPath + '/' + kvSubPath
|
2021-01-04 14:17:59 +08:00
|
|
|
writeNodeSegKvSubPath: writer/segment
|
|
|
|
writeNodeDDLKvSubPath: writer/ddl
|
2020-11-20 17:10:24 +08:00
|
|
|
segThreshold: 10000
|
2020-11-19 10:46:17 +08:00
|
|
|
|
2020-12-08 14:41:04 +08:00
|
|
|
minio:
|
|
|
|
address: localhost
|
|
|
|
port: 9000
|
|
|
|
accessKeyID: minioadmin
|
|
|
|
secretAccessKey: minioadmin
|
|
|
|
useSSL: false
|
2020-12-26 16:28:55 +08:00
|
|
|
bucketName: "a-bucket"
|
2020-12-08 14:41:04 +08:00
|
|
|
|
2020-11-20 17:10:24 +08:00
|
|
|
pulsar:
|
|
|
|
address: localhost
|
|
|
|
port: 6650
|
|
|
|
authentication: false
|
|
|
|
user: user-default
|
|
|
|
token: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJKb2UifQ.ipevRNuRP6HflG8cFKnmUPtypruRC4fb1DWtoLL62SY
|
2020-11-19 10:46:17 +08:00
|
|
|
|
2020-11-20 17:10:24 +08:00
|
|
|
master:
|
|
|
|
address: localhost
|
|
|
|
port: 53100
|
2020-11-19 10:46:17 +08:00
|
|
|
|
2021-01-15 11:53:22 +08:00
|
|
|
proxy:
|
2020-11-20 17:10:24 +08:00
|
|
|
address: localhost
|
|
|
|
port: 19530
|
|
|
|
|
|
|
|
queryNode:
|
|
|
|
gracefulTime: 5000 #ms
|
2020-12-10 17:55:55 +08:00
|
|
|
|
|
|
|
indexBuilder:
|
|
|
|
address: localhost
|
2020-12-13 06:48:05 +08:00
|
|
|
port: 31000
|