OneConversorTemplate/UpperFirstLetter/appsettings.json
2025-06-08 12:44:02 -03:00

13 lines
214 B
JSON

{
"TextConversionApi": {
"BaseUrl": "http://convert-it.online"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}