Skip to content

Commit 23513cd

Browse files
update opensearch env var name
1 parent d2347af commit 23513cd

File tree

1 file changed

+2
-2
lines changed
  • stac_fastapi/opensearch/stac_fastapi/opensearch

1 file changed

+2
-2
lines changed

stac_fastapi/opensearch/stac_fastapi/opensearch/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
post_request_model = create_post_request_model(extensions)
6363

6464
api = StacApi(
65-
title=os.getenv("STAC_API_TITLE", "stac-fastapi"),
66-
description=os.getenv("STAC_API_DESCRIPTION", "stac-fastapi"),
65+
title=os.getenv("STAC_FASTAPI_TITLE", "stac-fastapi"),
66+
description=os.getenv("STAC_FASTAPI_DESCRIPTION", "stac-fastapi"),
6767
settings=settings,
6868
extensions=extensions,
6969
client=CoreClient(

0 commit comments

Comments
 (0)