Skip to content

Commit

Permalink
Remove app id and password from sample configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iedeny committed Mar 15, 2017
1 parent f95ba06 commit 5a66adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CSharp/Samples/SimpleEchoBot/Web.config
Expand Up @@ -6,8 +6,8 @@
<configuration>
<appSettings>
<!-- update these with your Microsoft App Id and your Microsoft App Password-->
<add key="MicrosoftAppId" value="aa79d4fa-bf87-4d4c-9af3-48c345f8faec" />
<add key="MicrosoftAppPassword" value="ALvYX5r8GJaq8cuzM18qrLk" />
<add key="MicrosoftAppId" value="" />
<add key="MicrosoftAppPassword" value="" />
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
Expand Down
4 changes: 2 additions & 2 deletions CSharp/Samples/SimpleFacebookAuthBot/Web.config
Expand Up @@ -6,8 +6,8 @@
<configuration>
<appSettings>
<!-- update these with your Microsoft App Id and your Microsoft App Password-->
<add key="MicrosoftAppId" value="aa79d4fa-bf87-4d4c-9af3-48c345f8faec" />
<add key="MicrosoftAppPassword" value="ALvYX5r8GJaq8cuzM18qrLk" />
<add key="MicrosoftAppId" value="" />
<add key="MicrosoftAppPassword" value="" />
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
Expand Down

0 comments on commit 5a66adf

Please sign in to comment.