Skip to content

Commit 10f1957

Browse files
authored
Merge branch 'master' into master
2 parents c07a3e4 + 74277f5 commit 10f1957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NYCJobsWeb/Web.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
-->
66
<configuration>
77
<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" />
8+
<add key="BingApiKey" value=[ENTER BING API KEY] />
9+
<add key="SearchServiceName" value="azs-playground" />
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" />
@@ -95,4 +95,4 @@
9595
</dependentAssembly>
9696
</assemblyBinding>
9797
</runtime>
98-
</configuration>
98+
</configuration>

0 commit comments

Comments
 (0)