Files

17 lines
277 B
JSON
Raw Permalink Normal View History

2019-03-04 16:58:35 -06:00
{
"RavenSettings": {
"Urls": [
"http://live-test.ravendb.net"
],
2019-06-25 17:39:36 -05:00
"DatabaseName": "Raven.Identity.Sample.Mvc",
2019-03-04 16:58:35 -06:00
"CertFilePath": "",
"CertPassword": ""
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
2019-03-04 16:58:35 -06:00
},
"AllowedHosts": "*"
}