prefix search, bucket implemented

This commit is contained in:
elee
2022-03-17 21:12:25 -05:00
parent bf745bdccb
commit 423ce57cde
7 changed files with 227 additions and 138 deletions

View File

@@ -287,9 +287,13 @@ index.max_result_window = 10000
[arangodb] # in development dont use it
enabled = false
arango_host=["http://localhost:8529"]
arango_user=""
arango_pass=""
db_name = "seaweedfs"
servers=["http://localhost:8529"] # list of servers to connect to
# only basic auth supported for now
user=""
pass=""
# skip tls cert validation
insecure_skip_verify = true
##########################