n8n-nodes-base
Version:
Base nodes of n8n
12 lines • 482 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.credentials = void 0;
exports.credentials = {
microsoftAzureCosmosDbSharedKeyApi: {
account: 'n8n-us-east-account',
key: 'I3rwpzP0XoFpNzJ7hRIUXjwgpD1qaVKi71NZBbk7oOHUXrbd80WAoIAAoRaT47W9hHO3b6us1yABACDbVdilag==',
database: 'database_1',
baseUrl: 'https://n8n-us-east-account.documents.azure.com/dbs/database_1',
},
};
//# sourceMappingURL=credentials.js.map