We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b8c29 commit d2347afCopy full SHA for d2347af
stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/app.py
@@ -62,8 +62,8 @@
62
post_request_model = create_post_request_model(extensions)
63
64
api = StacApi(
65
- title=os.getenv("STAC_API_TITLE", "stac-fastapi"),
66
- description=os.getenv("STAC_API_DESCRIPTION", "stac-fastapi"),
+ title=os.getenv("STAC_FASTAPI_TITLE", "stac-fastapi"),
+ description=os.getenv("STAC_FASTAPI_DESCRIPTION", "stac-fastapi"),
67
settings=settings,
68
extensions=extensions,
69
client=CoreClient(
0 commit comments