When generating the specification it currently uses your current env for url's. There should be no complete urls in the spec from your env. I propose the following:
- Allow configuration of servers in the config file so you can add acceptance and production servers even though generation might be done locally or on CI.
- Make sure the examples in relation links are not absolute urls. Perhaps use {serverUrl} variable?
When generating the specification it currently uses your current env for url's. There should be no complete urls in the spec from your env. I propose the following: