fix(config): remove system config source (#9875)

Refs #5148
This commit is contained in:
Oliwia Rogala
2024-04-25 16:02:15 +02:00
committed by GitHub
parent 636c352cc8
commit 333e5e38d6
12 changed files with 40 additions and 77 deletions

View File

@@ -2,10 +2,9 @@
### How to configure
Swagger UI accepts configuration parameters in four locations.
Swagger UI accepts configuration parameters in three locations.
From lowest to highest precedence:
- The `swagger-config.yaml` in the project root directory, if it exists, is baked into the application
- configuration object passed as an argument to Swagger UI (`SwaggerUI({ ... })`)
- configuration document fetched from a specified `configUrl`
- configuration items passed as key/value pairs in the URL query string