CLI account management + Directory refactoring

This commit is contained in:
mdecimus
2023-12-18 22:25:42 +01:00
parent 566a2a0ab8
commit ea94de6d77
91 changed files with 3531 additions and 1846 deletions

View File

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