Files
deepdrft/DeepDrftWeb.Client/wwwroot/appsettings.Development.json
T
2025-09-08 11:10:23 -04:00

12 lines
183 B
JSON

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