You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -d -p 80:8080 -e BASE_URL=/swagger-editor swaggerapi/swagger-editor
128
128
```
129
129
130
+
You can also customize the different endpoints used by the Swagger Editor with the following environment variables. For instance, this can be useful if you have your own Swagger generator server:
If you want to run the Swagger Editor locally without the Codegen features (Generate Server and Generate Client) you can set the above environment variables to `null` (`URL_SWAGGER2_CONVERTER=null`).
139
+
130
140
### Building and running an image locally
131
141
132
142
To build and run a docker image with the code checked out on your machine, run the following from the root directory of the project:
0 commit comments