Skip to content
This repository was archived by the owner on Sep 7, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Program
/// <summary>
/// The Azure DocumentDB endpoint for running this GetStarted sample.
/// </summary>
private static readonly string EndpointUri = ConfigurationManager.AppSettings["EndPointUri"];
private static readonly string EndpointUri = ConfigurationManager.AppSettings["EndpointUri"];

/// <summary>
/// The primary key for the Azure DocumentDB account.
Expand Down