Updated installer

This commit is contained in:
mdecimus
2023-12-21 18:09:37 +01:00
parent 31719963c9
commit bda7cda59d
33 changed files with 510 additions and 347 deletions

Binary file not shown.

View File

@@ -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",

View File

@@ -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