We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32289e0 + 3e590ec commit 74277f5Copy full SHA for 74277f5
NYCJobsWeb/Web.config
@@ -7,7 +7,7 @@
7
<appSettings>
8
<add key="BingApiKey" value=[ENTER BING API KEY] />
9
<add key="SearchServiceName" value="azs-playground" />
10
- <add key="SearchServiceApiKey" value="19DCAA183875A7D5E4DFF47D3CDB498B" />
+ <add key="SearchServiceApiKey" value="<api-key>" />
11
<!--This is a Query API key to be used for demo purposes.-->
12
<add key="BingApiKey" value="" />
13
<add key="webpages:Version" value="3.0.0.0" />
@@ -75,4 +75,4 @@
75
</dependentAssembly>
76
</assemblyBinding>
77
</runtime>
78
-</configuration>
+</configuration>
0 commit comments