diff options
Diffstat (limited to 'weed/filer.toml')
| -rw-r--r-- | weed/filer.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/weed/filer.toml b/weed/filer.toml new file mode 100644 index 000000000..c0530b3f1 --- /dev/null +++ b/weed/filer.toml @@ -0,0 +1,11 @@ +[elastic7] +enabled = true +servers = [ + "http://localhost: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 |
