Skip to content

Instantly share code, notes, and snippets.

@XavierGeerinck
Created March 31, 2018 08:26
Show Gist options
  • Save XavierGeerinck/6ca1d0741568f784d00c284bbc396c5a to your computer and use it in GitHub Desktop.
Save XavierGeerinck/6ca1d0741568f784d00c284bbc396c5a to your computer and use it in GitHub Desktop.
module.exports = {
// Your queueName (min 3 char, max 65) - will be automatically created in sender.js
queueName: '<queue_name>',
// Go to storage account page --> Storage account name
azureStorageAccount: '<storage_account_name>',
// Go to storage account page --> Access Keys
azureStorageAccessKey: '<storage_access_key>',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment