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 b3dd73e commit 024f37cCopy full SHA for 024f37c
README.md
@@ -79,7 +79,7 @@ The application is configurable via environment variables.
79
- **Type:** boolean
80
- **Required:** No, defaults to `false`
81
- **Example:** `false`, `1`, `True`
82
- - **`PRIVATE_ENDPOINTS`**, endpoints explicitly marked as requiring authentication, used when `DEFAULT_PUBLIC == True`
+ - **`PRIVATE_ENDPOINTS`**, endpoints explicitly marked as requiring authentication and possibly scopes
83
- **Type:** JSON object mapping regex patterns to HTTP methods OR tuples of an HTTP method and string representing required scopes
84
- **Required:** No, defaults to the following:
85
```json
0 commit comments