Skip to content

Commit

Permalink
rename env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfisher-geo committed Mar 11, 2024
1 parent 85b8c29 commit d2347af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
post_request_model = create_post_request_model(extensions)

api = StacApi(
title=os.getenv("STAC_API_TITLE", "stac-fastapi"),
description=os.getenv("STAC_API_DESCRIPTION", "stac-fastapi"),
title=os.getenv("STAC_FASTAPI_TITLE", "stac-fastapi"),
description=os.getenv("STAC_FASTAPI_DESCRIPTION", "stac-fastapi"),
settings=settings,
extensions=extensions,
client=CoreClient(
Expand Down

0 comments on commit d2347af

Please sign in to comment.