File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments