Files
deepdrft/DeepDrftPublic.Client/wwwroot/appsettings.json
T
2026-05-25 12:55:30 -04:00

13 lines
230 B
JSON

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