forked from neondigital/openapi-spec-generator
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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?