Skip to content

Commit

Permalink
Fix test remanents
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Jan 22, 2014
1 parent 4ffdc3a commit 4e8ffb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DurandalAuth.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<add key="MicrosoftSecret" value="{MicrosoftSecret}" />
<add key="AnalyticsCode" value="{AnalyticsCode}" />
<add key="AnalyticsDomain" value="{AnalyticsDomain}" />
<add key="CrawlerServiceApiId" value="23aba36c-731f-4279-8114-4c761e25dbbb" />
<add key="CrawlerServiceApplication" value="durandalauth" />
<add key="CrawlerServiceEndPoint" value="http://127.0.0.1:80/api/snapshot" />
<add key="CrawlerServiceApiId" value="{CrawlerServiceApiId}" />
<add key="CrawlerServiceApplication" value="{CrawlerServiceApplication}" />
<add key="CrawlerServiceEndPoint" value="{CrawlerServiceEndPoint}" />
</appSettings>
<system.web>
<authentication mode="None" />
Expand Down

0 comments on commit 4e8ffb0

Please sign in to comment.