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
'conn-ssl-trust-store': {describe: 'path to client trust store (PEM format), conn-ssl-certificate must be given',type: 'string'},
83
83
'conn-ssl-verify-peer': {default: false,describe: 'verifies server certificate, conn-ssl-certificate and trusted db path needs to be specified (PEM format)',type: 'boolean'},
84
84
'conn-ssl-verify-peer-name': {default: false,describe: 'verifies connection url against server hostname',type: 'boolean'},
85
85
'conn-max-frame-size': {default: undefined,describe: 'defines max frame size for connection',type: 'uint'},
86
-
'conn-web-socket': {alias: 'conn-ws',default: false,describe: 'use websocket as transport layer',type: ['boolean','string']},
87
-
'conn-web-socket-protocols': {alias: 'conn-ws-protocols',describe: 'protocol for ws connection',type: 'array',deafult: ['binary','AMQPWSB10','amqp']},
86
+
'conn-web-socket': {alias: 'conn-ws',default: false,describe: 'use websocket as transport layer',type: 'boolean'},
87
+
'conn-web-socket-protocols': {alias: 'conn-ws-protocols',describe: 'protocol for ws connection',type: 'array',default: ['binary','AMQPWSB10','amqp']},
0 commit comments