swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

The property swagger.api.host is ignored #113

Open larede opened 7 years ago

larede commented 7 years ago

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?

willgroves commented 7 years ago

This is fixed for play 2.6 in merge #144. It is also related to issue #44.