Is there any possibility to set an alias instead of real host name in swagger api-doc? For example, I`d like to see in the doc something like this:
"host": "someAlias"
Instead of usual localhost:
"host": "localhost:<port>"
But this alias should not affect the real urls. Is there possibility to map the displayed host name and the real one?
Thank you in advance.