bhardesty commented on a change in pull request #550: DISPATCH-1300 - doc
default httpRootDir as being stand-alone console install path
URL: https://github.com/apache/qpid-dispatch/pull/550#discussion_r336069549
##########
File path: python/qpid_dispatch/management/qdrouter.json
##########
@@ -869,7 +869,7 @@
},
"httpRootDir": {
"type": "path",
- "description": "Absolute path to a directory from which to
serve static HTML files. For example, /usr/share/qpid-dispatch/console.",
+ "description": "Absolute path to a directory from which to
serve static HTML files. Defaults to the stand-alone console installation
directory, e.g. /usr/share/qpid-dispatch/console.",
Review comment:
```suggestion
"description": "Absolute path to a directory from which
to serve static HTML files. Defaults to the stand-alone console installation
directory (typically /usr/share/qpid-dispatch/console).",
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]