13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"WebApiDatabase": "Data Source=db/sledgemapper.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
}
|
|
}
|