Skip to content

Commit 4e92c23

Browse files
api info env vars example
1 parent ce01cc9 commit 4e92c23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

12-
- Added API `title` and `description` parameters from environment variables `STAC_API_TITLE` and `STAC_API_DESCRIPTION`, respectively. [#207](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/207)
12+
- Added API `title`, `version`, and `description` parameters from environment variables `STAC_FASTAPI_TITLE`, `STAC_FASTAPI_VERSION` and `STAC_FASTAPI_DESCRIPTION`, respectively. [#207](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/207)
1313

1414
### Changed
1515

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ services:
99
context: .
1010
dockerfile: dockerfiles/Dockerfile.dev.es
1111
environment:
12+
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
13+
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
14+
- STAC_FASTAPI_VERSION=2.1
1215
- APP_HOST=0.0.0.0
1316
- APP_PORT=8080
1417
- RELOAD=true
@@ -38,6 +41,9 @@ services:
3841
context: .
3942
dockerfile: dockerfiles/Dockerfile.dev.os
4043
environment:
44+
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
45+
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
46+
- STAC_FASTAPI_VERSION=2.1
4147
- APP_HOST=0.0.0.0
4248
- APP_PORT=8082
4349
- RELOAD=true

0 commit comments

Comments
 (0)