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

12 lines
187 B
JSON

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