Add SecloreProtectApi credentials to n8n configuration

This commit is contained in:
atharva.dev 2025-11-17 11:48:38 +05:30
parent 62d6f0f548
commit 3120a7f330
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/SecloreProtectApi.credentials.js"
],
"nodes": [
"dist/nodes/SecloreProtect/SecloreProtect.node.js"
]