CLI account management + Directory refactoring
This commit is contained in:
17
resources/config/store/elastic.toml
Normal file
17
resources/config/store/elastic.toml
Normal 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
|
||||
Reference in New Issue
Block a user