mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Fix rabbitMQ AMPQS Support PR 1598 (#1670)
This commit is contained in:
parent
fbb97cb90f
commit
38ee8f5557
|
@ -62,7 +62,7 @@ export class RabbitMQ implements ICredentialType {
|
|||
],
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
default: true,
|
||||
description: 'Passwordless connection with certificates (SASL mechanism EXTERNAL)',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue