You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
2
-
3
2
### Application Extension
4
3
5
4
The default `stac-fastapi-pgstac` application comes will **all** extensions enabled (except transaction). Users can use `ENABLED_EXTENSIONS` environment variable to limit the supported extensions.
@@ -16,7 +15,6 @@ Available values for `ENABLED_EXTENSIONS`:
16
15
17
16
Example: `ENABLED_EXTENSIONS="pagination,sort"`
18
17
19
-
20
18
Since `6.0.0`, the transaction extension is not enabled by default. To add the transaction endpoints, users can set `ENABLE_TRANSACTIONS_EXTENSIONS=TRUE/YES/1`.
21
19
22
20
### Database config
@@ -60,5 +58,6 @@ In version `6.0.0` we've renamed the PG configuration variable to match the offi
60
58
-`ROOT_PATH`: set application root-path (when using proxy)
61
59
-`CORS_ORIGINS`: A list of origins that should be permitted to make cross-origin requests. Defaults to `*`
62
60
-`CORS_METHODS`: A list of HTTP methods that should be allowed for cross-origin requests. Defaults to `"GET,POST,OPTIONS"`
61
+
-`CORS_CREDENTIALS`: Set to `true` to enable credentials via CORS requests. Note that you'll need to set `CORS_ORIGINS` to something other than `*`, because credentials are [disallowed](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS/Errors/CORSNotSupportingCredentials) for wildcard CORS origins.
63
62
-`USE_API_HYDRATE`: perform hydration of stac items within stac-fastapi
64
63
-`INVALID_ID_CHARS`: list of characters that are not allowed in item or collection ids (used in Transaction endpoints)
0 commit comments