Skip to content

Commit

Permalink
Remove web.config debug & release files and remove AppId and AppPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-moussa committed Jan 19, 2017
1 parent de2c615 commit 29a86c4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 70 deletions.
8 changes: 1 addition & 7 deletions CSharp/intelligence-Newsie/Newsie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,19 +168,13 @@
</Compile>
<Compile Include="Utilities\CardGenerators\CardGenerator.cs" />
<Compile Include="Utilities\CacheManager.cs" />
<Compile Include="Utilities\Emojis.cs" />
<Compile Include="Utilities\ICacheManager.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<Content Include="azuredeploy.json" />
<None Include="Properties\PublishProfiles\newsieherobot.pubxml" />
<None Include="Properties\PublishProfiles\newsietutorial - Web Deploy.pubxml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Strings.resx">
Expand Down
30 changes: 0 additions & 30 deletions CSharp/intelligence-Newsie/Web.Debug.config

This file was deleted.

31 changes: 0 additions & 31 deletions CSharp/intelligence-Newsie/Web.Release.config

This file was deleted.

4 changes: 2 additions & 2 deletions CSharp/intelligence-Newsie/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<appSettings>
<!-- update these with your BotId, Microsoft App Id and your Microsoft App Password-->
<add key="BotId" value="NewsieBot" />
<add key="MicrosoftAppId" value="01a11ee3-c4d7-4875-b9ab-03a38fdebded" />
<add key="MicrosoftAppPassword" value="0sqsf9sjScTycgMKk9cO8WX" />
<add key="MicrosoftAppId" value="" />
<add key="MicrosoftAppPassword" value="" />
<add key="BingNewsSerivceKey" value="d23e97be84fc4c2d841b3fc4c42d617a" />
<add key="BingSummarizeSerivceKey" value="7de6aebb195e4e93881f096f71edd23e" />
</appSettings>
Expand Down

0 comments on commit 29a86c4

Please sign in to comment.