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/user-guide/configuration.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,9 +144,9 @@ The application is configurable via environment variables.
144
144
145
145
: Path of OpenAPI specification, used for augmenting spec response with auth configuration
146
146
147
-
**Type:** string or null
148
-
**Required:** No, defaults to `null` (disabled)
149
-
**Example:** `/api`
147
+
**Type:** string or null
148
+
**Required:** No, defaults to `/api`
149
+
**Example:** `''` (disabled)
150
150
151
151
### `OPENAPI_AUTH_SCHEME_NAME`
152
152
@@ -176,9 +176,9 @@ The application is configurable via environment variables.
176
176
177
177
: Path of Swagger UI, used to indicate that a custom Swagger UI should be hosted, typically useful when providing accompanying `SWAGGER_UI_INIT_OAUTH` arguments
0 commit comments