Files
home-data-collection-tools/src/Electricity.Api/appsettings.json

14 lines
294 B
JSON

{
"AllowedHosts": "*",
"AllowedAccess": {
"HttpIpAddressHeaderName": "X-Real-IP",
"HttpIpAddressHeaderValues": ["213.233.220.64", "86.83.136.215"]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}