Files
deepdrft/DeepDrftWeb/appsettings.Development.json
T
daniel-c-harvey a5b7ab041e Deployment Configuration and Script
- Front End Cleanup
2025-09-06 18:40:32 -04:00

13 lines
213 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DetailedErrors": true,
"ApiUrls": {
"ContentApi": "https://localhost:54493/api"
}
}