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

12 lines
191 B
JSON

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