You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/29 02:14:06 UTC

[GitHub] [pulsar-manager] Jennifer88huang commented on a change in pull request #369: fix ISSUE-361: Pulsar manager's swagger dose not work.

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:
users@infra.apache.org