Description
Q&A (please complete the following information)
- OS: Windows 10.0.17763.253 x64
- Browser: Firefox
- Version: 64.0.2
- Method of installation:
npm run dev
- Swagger-UI version: abf3496
- Swagger/OpenAPI version: any
Describe the bug you're encountering
swagger-config.yaml
is being overriden by default configuration:
Line 136 in 455ec3d
constructorConfig
is filled with the defaults.
To reproduce...
Steps to reproduce the behavior:
- Change anything in
swagger-config.yaml
and checkui.getSystem().getConfigs()
.
Expected behavior
swagger-config.yaml
changes the defaults but is overridden by other config mechanisms.