Skip to content

Instantly share code, notes, and snippets.

@winstongubantes
Created February 1, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winstongubantes/4cbf145365fe96bf7ed586546c35a08e to your computer and use it in GitHub Desktop.
Save winstongubantes/4cbf145365fe96bf7ed586546c35a08e to your computer and use it in GitHub Desktop.
<? xml version = "1.0" encoding = "utf-8" ?>
< !--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=301879
-->
< configuration >
< appSettings >
< !--update these with your appid and one of your appsecret keys-->
< add key = "MicrosoftAppId" value = "[GUID]" />
< add key = "MicrosoftAppPassword" value = "[PASSWORD]" />
</ appSettings >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment