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 c07a3e4 + 74277f5 commit 10f1957Copy full SHA for 10f1957
NYCJobsWeb/Web.config
@@ -5,9 +5,9 @@
5
-->
6
<configuration>
7
<appSettings>
8
- <add key="BingApiKey" value="[ENTER BING API KEY]" />
9
- <add key="Searchendpoint" value="https://azs-playground.search.windows.net" />
10
- <add key="SearchServiceApiKey" value="19DCAA183875A7D5E4DFF47D3CDB498B" />
+ <add key="BingApiKey" value=[ENTER BING API KEY] />
+ <add key="SearchServiceName" value="azs-playground" />
+ <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" />
@@ -95,4 +95,4 @@
95
</dependentAssembly>
96
</assemblyBinding>
97
</runtime>
98
-</configuration>
+</configuration>
0 commit comments