Updated installer
This commit is contained in:
@@ -20,8 +20,8 @@ files = [ "%{BASE_PATH}%/etc/common/server.toml",
|
||||
"%{BASE_PATH}%/etc/directory/lmtp.toml",
|
||||
"%{BASE_PATH}%/etc/directory/memory.toml",
|
||||
"%{BASE_PATH}%/etc/directory/sql.toml",
|
||||
"%{BASE_PATH}%/etc/store/elastic.toml",
|
||||
"%{BASE_PATH}%/etc/store/filesystem.toml",
|
||||
"%{BASE_PATH}%/etc/store/elasticsearch.toml",
|
||||
"%{BASE_PATH}%/etc/store/fs.toml",
|
||||
"%{BASE_PATH}%/etc/store/foundationdb.toml",
|
||||
"%{BASE_PATH}%/etc/store/mysql.toml",
|
||||
"%{BASE_PATH}%/etc/store/postgresql.toml",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# ElasticSearch FTS Store configuration
|
||||
#############################################
|
||||
|
||||
[store."elastic"]
|
||||
[store."elasticsearch"]
|
||||
type = "elasticsearch"
|
||||
url = "https://localhost:9200"
|
||||
user = "elastic"
|
||||
@@ -10,9 +10,9 @@ password = "myelasticpassword"
|
||||
#cloud-id = "my-cloud-id"
|
||||
disable = true
|
||||
|
||||
[store."elastic".tls]
|
||||
[store."elasticsearch".tls]
|
||||
allow-invalid-certs = true
|
||||
|
||||
[store."elastic".index]
|
||||
[store."elasticsearch".index]
|
||||
shards = 3
|
||||
replicas = 0
|
||||
Reference in New Issue
Block a user