Skip to content

Commit 9e404bc

Browse files
committed
chore(docs): better describe openapi spec endpoint configuration
1 parent 1a19d08 commit 9e404bc

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
@@ -90,7 +90,7 @@ The application is configurable via environment variables.
9090
"^/api$": ["GET"]
9191
}
9292
```
93-
- `OPENAPI_SPEC_ENDPOINT`, path to serve OpenAPI specification
93+
- `OPENAPI_SPEC_ENDPOINT`, path of OpenAPI specification, used for augment spec response with auth configuration
9494
- **Type:** string or null
9595
- **Required:** No, defaults to `null` (disabled)
9696
- **Example:** `/api`

0 commit comments

Comments
 (0)