1 window.onload = function() {
\r
2 //<editor-fold desc="Changeable Configuration Block">
\r
4 // the following lines will be replaced by docker/configurator, when it runs in a docker-container
\r
5 window.ui = SwaggerUIBundle({
\r
7 dom_id: '#swagger-ui',
\r
10 persistAuthorization: true,
\r
12 SwaggerUIBundle.presets.apis,
\r
13 SwaggerUIStandalonePreset
\r
16 SwaggerUIBundle.plugins.DownloadUrl
\r
18 layout: "StandaloneLayout"
\r