Skip to content

Instantly share code, notes, and snippets.

@jdnichollsc
Last active August 13, 2018 07:16
Show Gist options
  • Save jdnichollsc/60f5ab599912d98fe42dfc0451779ec3 to your computer and use it in GitHub Desktop.
Save jdnichollsc/60f5ab599912d98fe42dfc0451779ec3 to your computer and use it in GitHub Desktop.
MyBot - config.json
{
"MicrosoftAppId": "MyMicrosoftAppId",
"MicrosoftAppPassword" : "MyMicrosoftAppPassword",
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=mystorage;AccountKey=mystoragekey",
"LuisAppId_English": "64defde4-ba25-4f83-a41d-eb1ce452e40e",
"LuisAppId_Spanish": "6022d5aa-4d16-4a87-bdcd-df87b3a9620a",
"LuisAPIKey": "e36aac94e6c54b7c83512820263d1b40",
"LuisAPIHostName": "westus.api.cognitive.microsoft.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment