Skip to content

Instantly share code, notes, and snippets.

@JudahGabriel
Created August 1, 2019 20:21
Show Gist options
  • Select an option

  • Save JudahGabriel/b7a2390b2365ea7a0f3f7a09f997c080 to your computer and use it in GitHub Desktop.

Select an option

Save JudahGabriel/b7a2390b2365ea7a0f3f7a09f997c080 to your computer and use it in GitHub Desktop.
var raven = new DocumentStore
{
Urls = new[] { "https://a.free.clistctrl.ravendb.cloud" },
Database = "Outlaws",
Certificate = new X509Certificate2("\path\to\free.clistctrl.client.certificate.pfx", "")
};
raven.Initialize();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment