weed queue starts
This commit is contained in:
@@ -76,6 +76,8 @@ const (
|
||||
recursive_delete = false
|
||||
# directories under this folder will be automatically creating a separate bucket
|
||||
buckets_folder = /buckets
|
||||
# directories under this folder will be store message queue data
|
||||
queues_folder = /queues
|
||||
|
||||
####################################################
|
||||
# The following are filer store options
|
||||
@@ -324,6 +326,10 @@ key = ""
|
||||
cert = ""
|
||||
key = ""
|
||||
|
||||
[grpc.queue]
|
||||
cert = ""
|
||||
key = ""
|
||||
|
||||
# use this for any place needs a grpc client
|
||||
# i.e., "weed backup|benchmark|filer.copy|filer.replicate|mount|s3|upload"
|
||||
[grpc.client]
|
||||
|
||||
Reference in New Issue
Block a user