File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The application is configurable via environment variables.
74
74
- ** Required:** No, defaults to ` false `
75
75
- ** Example:** ` false ` , ` 1 ` , ` True `
76
76
- ` PRIVATE_ENDPOINTS `
77
- - ** Description:** Endpoints explicitly marked as requiring authentication, for use when ` DEFAULT_PUBLIC == True `
77
+ - ** Description:** Endpoints explicitly marked as requiring authentication, used when ` DEFAULT_PUBLIC == True `
78
78
- ** Type:** JSON object mapping regex patterns to HTTP methods OR tuples of HTTP methods and an array of strings representing required scopes
79
79
- ** Required:** No, defaults to the following:
80
80
``` json
@@ -87,7 +87,7 @@ The application is configurable via environment variables.
87
87
}
88
88
```
89
89
- `PUBLIC_ENDPOINTS`
90
- - **Description:** Endpoints explicitly marked as not requiring authentication, for use when `DEFAULT_PUBLIC == False`
90
+ - **Description:** Endpoints explicitly marked as not requiring authentication, used when `DEFAULT_PUBLIC == False`
91
91
- **Type:** JSON object mapping regex patterns to HTTP methods
92
92
- **Required:** No, defaults to the following:
93
93
```json
You can’t perform that action at this time.
0 commit comments