Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 344 Bytes

File metadata and controls

14 lines (8 loc) · 344 Bytes

Swagger-ui

To starte the swagger-ui, run:

rails swagger:start

It starts swagger-ui in an docker image. Following can be configured:

  • API_URL: Where lives the backend?
  • PORT: Which port should swagger-ui bind to?

Example to start it with different configuration:

API_URL=http://some.where.different PORT=99 rails swagger:start