Files
n8n_Demo/n8n-n8n-1.109.2/packages/nodes-base/nodes/Microsoft/AzureCosmosDb/test/credentials.ts
2025-09-08 04:48:28 +08:00

9 lines
311 B
TypeScript
Executable File

export const credentials = {
microsoftAzureCosmosDbSharedKeyApi: {
account: 'n8n-us-east-account',
key: 'I3rwpzP0XoFpNzJ7hRIUXjwgpD1qaVKi71NZBbk7oOHUXrbd80WAoIAAoRaT47W9hHO3b6us1yABACDbVdilag==',
database: 'database_1',
baseUrl: 'https://n8n-us-east-account.documents.azure.com/dbs/database_1',
},
};