Skip to content

Commit 69bc8bc

Browse files
committed
update docs
1 parent a50e7e3 commit 69bc8bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ For more than millions of records it is recommended to either set a low connecti
4343

4444
### Hydration
4545

46-
To configure **stac-fastapi-pgstac** to [hydrate search result items in the API](https://stac-utils.github.io/pgstac/pgstac/#runtime-configurations), set the `USE_API_HYDRATE` environment variable to `true` or explicitly set the option in the PGStac Settings object.
46+
To configure **stac-fastapi-pgstac** to [hydrate search result items at the API level](https://stac-utils.github.io/pgstac/pgstac/#runtime-configurations), set the `USE_API_HYDRATE` environment variable to `true`. If `false` (default) the hydration will be done in the database.
47+
48+
| use_api_hydrat (API) | nohydrate (PgSTAC) | Hydration |
49+
| --- | --- | --- |
50+
| False | False | PgSTAC |
51+
| True | True | API |
4752

4853
### Migrations
4954

0 commit comments

Comments
 (0)