You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`WEB_CONCURRENCY`| Number of worker processes. |`10`| Optional |
95
+
|`RELOAD`| Enable auto-reload for development. |`true`| Optional |
96
+
|`STAC_FASTAPI_RATE_LIMIT`| API rate limit per client. |`200/minute`| Optional |
97
+
|`BACKEND`| Tests-related variable |`elasticsearch` or `opensearch` based on the backend | Optional |
98
+
|`ELASTICSEARCH_VERSION`| ElasticSearch version |`7.17.1`| Optional |
99
+
|`OPENSEARCH_VERSION`| OpenSearch version |`2.11.0`| Optional |
99
100
100
101
> [!NOTE]
101
102
> The variables `ES_HOST`, `ES_PORT`, `ES_USE_SSL`, and `ES_VERIFY_CERTS` apply to both Elasticsearch and OpenSearch backends, so there is no need to rename the key names to `OS_` even if you're using OpenSearch.
0 commit comments