Hi!
Try the following conf:
* <restConfiguration apiContextPath="api-docs" component="servlet"
enableCORS="true" host=""> <camel:apiProperty
key="api.title" value="myAPI"/> <camel:apiProperty
key="api.version" value="1.0.0"/> <camel:apiProperty key="cors"
value="true"/> <camel:apiProperty key="host" value=""/>
</restConfiguration>*
Regards.
________________________
Rafael Torres Coelho Soares
On Thu, Jul 12, 2018 at 4:55 PM Martin Lichtin <[email protected]>
wrote:
> Anyone know how I can configure <restconfiguration> so the generated
> swagger.json does not set host: "0.0.0.0"?
>
> With this 0.0.0.0 I cannot, for example, import the Swagger directly into
> Postman and make calls to the API.
> https://swagger.io/docs/specification/2-0/api-host-and-base-path/ says
> the "host" can be omitted for a more dynamic association.
>
>