Skip to content

Instantly share code, notes, and snippets.

@SimonDoy
Created May 25, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SimonDoy/f8dcb258600cba2b3e458ae940992c3a to your computer and use it in GitHub Desktop.
Save SimonDoy/f8dcb258600cba2b3e458ae940992c3a to your computer and use it in GitHub Desktop.
<appSettings>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="documentDb:Endpoint" value="https://{url}.documents.azure.com:443/"/>
<add key="documentDb:PrimaryKey" value={primarykey}
<add key="documentDb:SecondaryKey" value="{secondarykey}
<add key="documentDb:DatabaseName" value="invoicedatabase" />
<add key="documentDb:DocumentCollectionName" value="invoicesdocumentcollection" />
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment