Update `ES_HOST` to document TLS usage

Explain how to use ElasticSearch endpoints that use TLS.
This commit is contained in:
Elan Hasson 2023-01-02 20:02:28 -05:00 committed by GitHub
parent 0b183dff3a
commit 10b33d692b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ If set to `true`, Mastodon will use ElasticSearch for its search functions.
#### `ES_HOST`
Host of the ElasticSearch server. Defaults to `localhost`
Host of the ElasticSearch server. Defaults to `localhost`. If using TLS, prepend the hostname with `https://`. For example: `https://myelastic.tld`.
#### `ES_PORT`
@ -656,4 +656,4 @@ Defaults to `512`.
#### `GITHUB_API_TOKEN`
Used in a rake task for generating AUTHORS.md from Github commit history.
Used in a rake task for generating AUTHORS.md from Github commit history.