diff options
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 68fe8e982..7ced118ca 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -176,7 +176,11 @@ database = "seaweedfs" [elastic7] enabled = false -servers = "http://localhost:9200" +servers = "http://localhost1:9200,http://localhost2:9200,http://localhost3:9200" +username = "" +password = "" +sniff_enabled = false +healthcheck_enabled = false # increase the value is recommend, be sure the value in Elastic is greater or equal here index.max_result_window = 10000 ` |
