gueuselambix
gueuselambix
Any news on this?
Hitting the same issue here. We want to collect several API-specs in one swagger-ui. Adding them via env _URLS_ works, but is not human readable, YAML configuration is way better...
Hi @SezBulent we got this working using the default docker _swaggerapi/swagger-ui:latest_ We add a json file to the docker at _/usr/share/nginx/html/swagger-config.json_: ```json { "urls": [ { "url": "https://api.example.com/api/v1/api-docs", "name": "Example...