15 lines
249 B
JSON
15 lines
249 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"IncludeScopes": false,
|
||
|
"LogLevel": {
|
||
|
"Default": "Debug",
|
||
|
"System": "Information",
|
||
|
"Microsoft": "Information"
|
||
|
}
|
||
|
},
|
||
|
"AppConfiguration": {
|
||
|
"UserName": "UserName",
|
||
|
"Password": "Password"
|
||
|
}
|
||
|
}
|