Created
March 31, 2018 08:26
-
-
Save XavierGeerinck/6ca1d0741568f784d00c284bbc396c5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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