mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Small fixes and changes to MongoDB-Node
This commit is contained in:
@@ -4,8 +4,8 @@ import {
|
||||
} from 'n8n-workflow';
|
||||
|
||||
|
||||
export class MongoDB implements ICredentialType {
|
||||
name = 'mongodb';
|
||||
export class MongoDb implements ICredentialType {
|
||||
name = 'mongoDb';
|
||||
displayName = 'MongoDB';
|
||||
properties = [
|
||||
{
|
||||
@@ -39,7 +39,7 @@ export class MongoDB implements ICredentialType {
|
||||
displayName: 'Port',
|
||||
name: 'port',
|
||||
type: 'number' as NodePropertyTypes,
|
||||
default: 0
|
||||
default: 27017,
|
||||
},
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user