Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

AppSettings

Jeffrey Opdam edited this page Jul 2, 2017 · 2 revisions
<?xml version="1.0" encoding="utf-8"?>
<appSettings>
  <!-- update these with your BotId, Microsoft App Id and your Microsoft App Password-->
  <add key="AppId" value="" />
  <add key="AppSecret" value="" />
  <add key="AuthorizeUrl" value="" />
  <add key="EmulatorListeningUrl" value="" />
  <add key="InstrumentationKey" value="" />
  <add key="BotId" value="" />
  <add key="MicrosoftAppId" value="" />
  <add key="MicrosoftAppPassword" value="" />
</appSettings>

AppId The vsts, registered application app id.

AppSecret The vsts, registered application client secret.

AuthorizeUrl The vsts, registered application authorization url (The one you have entered).

EmulatorListeningUrl The url where the emulator is listening for conversation/user data changes.

InstrumentationKey The key for application insights.

BotId The registered name of the bot.

MicrosoftApplicationId The app id that is given when you register your bot.

MicrosoftApplicationPassword The app password that is given when you register your bot.

Clone this wiki locally