stac-utils / stac-fastapi-elasticsearch-opensearch

Elasticsearch backend for stac-fastapi with Opensearch support.
https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch
MIT License
28 stars 13 forks source link

Enable API title and description to be set with environment vars #206

Closed jamesfisher-geo closed 6 months ago

jamesfisher-geo commented 6 months ago

Is your feature request related to a problem? Please describe. Right now users cannot overwrite the default title and description when instantiating StacApi (both are "stac-fastapi") in app.py

Describe the solution you'd like Have the application define title and description based on environment variables.