mail-server/resources/config/store/elasticsearch.toml
2023-12-21 18:09:37 +01:00

19 lines
411 B
TOML

#############################################
# ElasticSearch FTS Store configuration
#############################################
[store."elasticsearch"]
type = "elasticsearch"
url = "https://localhost:9200"
user = "elastic"
password = "myelasticpassword"
#cloud-id = "my-cloud-id"
disable = true
[store."elasticsearch".tls]
allow-invalid-certs = true
[store."elasticsearch".index]
shards = 3
replicas = 0