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

13 lines
209 B
JSON

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