diff options
| author | elee <eddy@gfxlabs.io> | 2022-03-17 21:12:25 -0500 |
|---|---|---|
| committer | elee <eddy@gfxlabs.io> | 2022-03-17 21:12:25 -0500 |
| commit | 423ce57cde83433103a4a59c04421c8c33b84287 (patch) | |
| tree | c8dd6b6c474bd3c01c19e388339e955d4dd667e6 /weed/command | |
| parent | bf745bdccb3d35c661cf75c10534ece0c0d9d392 (diff) | |
| download | seaweedfs-423ce57cde83433103a4a59c04421c8c33b84287.tar.xz seaweedfs-423ce57cde83433103a4a59c04421c8c33b84287.zip | |
prefix search, bucket implemented
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 19da66dc1..6a7835de3 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -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 ########################## |
