Jennifer88huang commented on a change in pull request #369: URL: https://github.com/apache/pulsar-manager/pull/369#discussion_r549543433
########## File path: src/README.md ########## @@ -187,6 +187,42 @@ Set the `bkvm.enabled` field to `true` in the file [bkvm.conf](https://github.co apachepulsar/pulsar-manager:v0.2.0 ``` +### Enable swagger ui +If you want to enable swagger ui, please set the following option to true in file `application.properties`, default value is true. +if you don't want to enable swagger ui in production environment, you can set the value false. + +```$xslt +swagger.enabled=true +``` Review comment: ```suggestion ### Enable swagger UI To enable swagger UI, set `swagger.enabled=true` in the `application.properties` file. The default value is `true`. If you want to disable swagger UI in the production environment, you can set `swagger.enabled=false`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org