line-gestao-api/appsettings.Production.json

17 lines
263 B
JSON

{
"Cors": {
"AllowedOrigins": [
"https://linegestao.inglinesystems.com.br"
]
},
"App": {
"UseHttpsRedirection": true
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}