Skip to content

Commit a9b5e7e

Browse files
author
Bennett Patrick Brixen
committed
fixes incorrect or missing documentation for ES_USE_SSL, ES_VERIFY_CERTS, and ES_API_KEY
1 parent b057c51 commit a9b5e7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,9 @@ You can customize additional settings in your `.env` file:
205205
|------------------------------|--------------------------------------------------------------------------------------|--------------------------|---------------------------------------------------------------------------------------------|
206206
| `ES_HOST` | Hostname for external Elasticsearch/OpenSearch. | `localhost` | Optional |
207207
| `ES_PORT` | Port for Elasticsearch/OpenSearch. | `9200` (ES) / `9202` (OS)| Optional |
208-
| `ES_USE_SSL` | Use SSL for connecting to Elasticsearch/OpenSearch. | `false` | Optional |
209-
| `ES_VERIFY_CERTS` | Verify SSL certificates when connecting. | `false` | Optional |
208+
| `ES_USE_SSL` | Use SSL for connecting to Elasticsearch/OpenSearch. | `true` | Optional |
209+
| `ES_VERIFY_CERTS` | Verify SSL certificates when connecting. | `true` | Optional |
210+
| `ES_API_KEY` | API Key for external Elasticsearch/OpenSearch. | N/A | Optional |
210211
| `STAC_FASTAPI_TITLE` | Title of the API in the documentation. | `stac-fastapi-<backend>` | Optional |
211212
| `STAC_FASTAPI_DESCRIPTION` | Description of the API in the documentation. | N/A | Optional |
212213
| `STAC_FASTAPI_VERSION` | API version. | `2.1` | Optional |

0 commit comments

Comments
 (0)