Files
RavenDB.Identity/Sample.Web.NetCore/appsettings.json
T
2017-08-23 13:31:58 -05:00

12 lines
210 B
JSON

{
"ConnectionStrings": {
"RavenDbConnection": "Url = http://localhost:8080; Database = TestDb;"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}