swagger-play
swagger-play copied to clipboard
The property swagger.api.host is ignored
Hi,
I put the "swagger.api.host" property in the "conf/application.conf" and I noticed that it is ignored in the generation of swagger.json.
play.modules.enabled += "play.modules.swagger.SwaggerModule"
swagger.api.host = "http://myHost:myPort"
swagger.api.basepath = "/api/v1"
Can you help, please?
This is fixed for play 2.6 in merge #144. It is also related to issue #44.