Files
RavenDB.Identity/Sample.Web.NetCore/appsettings.json
T

12 lines
210 B
JSON
Raw Normal View History

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