Skip to content

Commit

Permalink
Added credential file to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adina-hub committed Dec 19, 2024
1 parent a6489ee commit 0f5b632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 1 addition & 10 deletions packages/nodes-base/credentials/VerticaApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,9 @@ export class VerticaApi implements ICredentialType {

displayName = 'Vertica API';

documentationUrl = 'vertica';
documentationUrl = 'https://docs.vertica.com/24.4.x/en/';

properties: INodeProperties[] = [
{
displayName: 'Base URL',
name: 'url',
required: true,
type: 'string',
default: '',
placeholder: 'http://<vertica_host>:<http_port>/v1',
description: 'The base URL of your Vertica server.',
},
{
displayName: 'Username',
name: 'username',
Expand Down
1 change: 1 addition & 0 deletions packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@
"dist/credentials/UptimeRobotApi.credentials.js",
"dist/credentials/UrlScanIoApi.credentials.js",
"dist/credentials/VeroApi.credentials.js",
"dist/credentials/VerticaApi.credentials.js",
"dist/credentials/VirusTotalApi.credentials.js",
"dist/credentials/VonageApi.credentials.js",
"dist/credentials/VenafiTlsProtectCloudApi.credentials.js",
Expand Down

0 comments on commit 0f5b632

Please sign in to comment.