Skip to content

Commit 74277f5

Browse files
author
Derek Legenzoff
authored
Merge pull request #22 from Azure-Samples/dereklegenzoff-patch-1
Update Web.config
2 parents 32289e0 + 3e590ec commit 74277f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NYCJobsWeb/Web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<appSettings>
88
<add key="BingApiKey" value=[ENTER BING API KEY] />
99
<add key="SearchServiceName" value="azs-playground" />
10-
<add key="SearchServiceApiKey" value="19DCAA183875A7D5E4DFF47D3CDB498B" />
10+
<add key="SearchServiceApiKey" value="<api-key>" />
1111
<!--This is a Query API key to be used for demo purposes.-->
1212
<add key="BingApiKey" value="" />
1313
<add key="webpages:Version" value="3.0.0.0" />
@@ -75,4 +75,4 @@
7575
</dependentAssembly>
7676
</assemblyBinding>
7777
</runtime>
78-
</configuration>
78+
</configuration>

0 commit comments

Comments
 (0)