20 lines
401 B
JSON
20 lines
401 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"DeepDrftWeb.Client.Services.StreamingAudioPlayerService": "Debug"
|
|
},
|
|
"Console": {
|
|
"FormatterName": "simple",
|
|
"LogLevel": {
|
|
"Default": "Information"
|
|
}
|
|
}
|
|
},
|
|
"DetailedErrors": true,
|
|
"ApiUrls": {
|
|
"ContentApi": "http://localhost:54494/"
|
|
}
|
|
}
|