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

12 lines
190 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApiUrls": {
"ContentApi": "https://media.deepdrft.com/api"
}
}