Skip to content

Commit

Permalink
enabled settings override
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Provencher committed Jul 27, 2023
1 parent 4161e41 commit 40cad1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stac_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
# from stac_fastapi.pgstac.extensions.filter import FiltersClient

settings = Settings()
# settings.openapi_url = os.environ.get("OPENAPI_URL", "/api")
# settings.docs_url = os.environ.get("DOCS_URL", "/api.html")
settings.openapi_url = os.environ.get("OPENAPI_URL", "/api")
settings.docs_url = os.environ.get("DOCS_URL", "/api.html")

extensions = [
TransactionExtension(
Expand Down

0 comments on commit 40cad1a

Please sign in to comment.