We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d275d commit 2d04011Copy full SHA for 2d04011
README.md
@@ -131,7 +131,7 @@ The application is configurable via environment variables.
131
- **`ITEMS_FILTER_CLS`**, CQL2 expression generator for item-level filtering
132
- **Type:** JSON object with class configuration
133
- **Required:** No, defaults to `null` (disabled)
134
- - **Example:** `my_package.filters:OrganizationFilter`
+ - **Example:** `stac_auth_proxy.filters:Opa`, `stac_auth_proxy.filters:Template`, `my_package:OrganizationFilter`
135
- **`ITEMS_FILTER_ARGS`**, Positional arguments for CQL2 expression generator
136
- **Type:** List of positional arguments used to initialize the class
137
- **Required:** No, defaults to `[]`
0 commit comments