diff --git a/lib/services/web.js b/lib/services/web.js index 5f809806..1e292676 100644 --- a/lib/services/web.js +++ b/lib/services/web.js @@ -27,6 +27,7 @@ var log = index.log; * @param {Object} options.httpsOptions - Options passed into https.createServer, defaults to node settings. * @param {String} options.httpsOptions.key - Path to key file * @param {String} options.httpsOptions.cert - Path to cert file + * @param {Boolean} options.enableSocketRPC - Option to enable/disable websocket RPC handling * @param {Number} options.port - The port for the service, defaults to node settings. */ var WebService = function(options) {