Swagger theme at runtime #49758
Closed
fjoubaud
started this conversation in
Design Discussions
Replies: 1 comment
-
Moved to Quarkus users section |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our Swagger interface, we must have a way to distinguish our environments : preprod, test and even prod.
So far we did use quarkus.swagger-ui.theme and quarkus.swagger-ui.title.
Those properties are build time ones.
Considering we build now a generic Docker image, is there anyway to achieve the above at runtime ?
Some control over the Swagger API content ?
Beta Was this translation helpful? Give feedback.
All reactions