12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"RavenDbConnection": "Url = http://localhost:8080; Database = TestDb;"
|
|
},
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
}
|
|
}
|