Files
deepdrft/DeepDrftPublic.Client/wwwroot/appsettings.Development.json

12 lines
183 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApiUrls": {
"ContentApi": "http://localhost:54494/"
}
}