Files
deepdrft/DeepDrftWeb/appsettings.Development.json
T
2025-09-15 17:03:36 -04:00

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/"
}
}