Created
August 1, 2019 20:21
-
-
Save JudahGabriel/b7a2390b2365ea7a0f3f7a09f997c080 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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