Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Luyunmt authored Mar 9, 2021
2 parents c07a3e4 + 74277f5 commit 10f1957
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NYCJobsWeb/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
-->
<configuration>
<appSettings>
<add key="BingApiKey" value="[ENTER BING API KEY]" />
<add key="Searchendpoint" value="https://azs-playground.search.windows.net" />
<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>" />
<!--This is a Query API key to be used for demo purposes.-->
<add key="BingApiKey" value="" />
<add key="webpages:Version" value="3.0.0.0" />
Expand Down Expand Up @@ -95,4 +95,4 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</configuration>

0 comments on commit 10f1957

Please sign in to comment.