Skip to content

Commit 024f37c

Browse files
committed
docs: PRIVATE_ENDPOINTS can be used in DEFAULT_PUBLIC=False scenarios
1 parent b3dd73e commit 024f37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The application is configurable via environment variables.
7979
- **Type:** boolean
8080
- **Required:** No, defaults to `false`
8181
- **Example:** `false`, `1`, `True`
82-
- **`PRIVATE_ENDPOINTS`**, endpoints explicitly marked as requiring authentication, used when `DEFAULT_PUBLIC == True`
82+
- **`PRIVATE_ENDPOINTS`**, endpoints explicitly marked as requiring authentication and possibly scopes
8383
- **Type:** JSON object mapping regex patterns to HTTP methods OR tuples of an HTTP method and string representing required scopes
8484
- **Required:** No, defaults to the following:
8585
```json

0 commit comments

Comments
 (0)