modify elastic urls from string to array.

This commit is contained in:
ruitao.liu
2020-09-10 16:24:09 +08:00
parent 72f9d7f047
commit 719dc43af1
2 changed files with 7 additions and 8 deletions

View File

@@ -176,7 +176,11 @@ database = "seaweedfs"
[elastic7]
enabled = false
servers = "http://localhost1:9200,http://localhost2:9200,http://localhost3:9200"
servers = [
"http://localhost1:9200",
"http://localhost2:9200",
"http://localhost3:9200",
]
username = ""
password = ""
sniff_enabled = false