Skip to content

Commit

Permalink
Updated README.md to correctly render web.config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Palmhøj Nielsen committed Feb 22, 2013
1 parent d641f17 commit dd5870e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ All web parts rely on the 23 .NET API implementation version 1.1, which furtherm
2. Create a privileged API account on your video site and save the credentials
3. Append the following section to your web.config for the SharePoint solution (insert your domain and credentials where shown in brackets):

<appSettings>
<add key="TwentythreeDomain" value="[domain of your video site excluding http://]" />
<add key="TwentythreeConsumerKey" value="[API consumer key]" />
<add key="TwentythreeConsumerSecret" value="[API consumer secret]" />
<add key="TwentythreeAccessToken" value="[API access token]" />
<add key="TwentythreeAccessTokenSecret" value="[API access token secret]" />
</appSettings>
<appSettings>
<add key="TwentythreeDomain" value="[domain of your video site excluding http://]" />
<add key="TwentythreeConsumerKey" value="[API consumer key]" />
<add key="TwentythreeConsumerSecret" value="[API consumer secret]" />
<add key="TwentythreeAccessToken" value="[API access token]" />
<add key="TwentythreeAccessTokenSecret" value="[API access token secret]" />
</appSettings>

4. Go to the Site Collection Features section and enable the 23 Video web parts that you want

Expand Down

0 comments on commit dd5870e

Please sign in to comment.