Last active
August 13, 2018 07:16
-
-
Save jdnichollsc/60f5ab599912d98fe42dfc0451779ec3 to your computer and use it in GitHub Desktop.
MyBot - config.json
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
{ | |
"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