49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://*:5000"
|
|
}
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Seq": {
|
|
"ServerUrl": "https://log.azaaxin.com",
|
|
"ApiKey": "KEY",
|
|
"MinimumLevel": "Trace",
|
|
"LevelOverride": {
|
|
"Microsoft": "Warning"
|
|
}
|
|
},
|
|
"ApiConfiguration": {
|
|
"EspConfiguration": {
|
|
"InformationBoardImageUrl": "http://192.168.101.178:5000/home/default.jpg",
|
|
"UpdateIntervalMinutes": 2,
|
|
"BlackTextThreshold": 190,
|
|
"EnableDithering": true,
|
|
"DitheringStrength": 8,
|
|
"EnhanceContrast": true,
|
|
"ContrastStrength": 10,
|
|
"IsHighContrastMode": true
|
|
},
|
|
"Keys": {
|
|
"Weather": "NOT COMMITED",
|
|
"ResRobot": "NOT COMMITED"
|
|
},
|
|
"BaseUrls": {
|
|
"Nominatim": "https://nominatim.openstreetmap.org",
|
|
"Aurora": "http://api.auroras.live",
|
|
"Weather": "https://api.weatherapi.com/v1",
|
|
"ResRobot": "https://api.resrobot.se"
|
|
},
|
|
"DefaultCity": "Vega stockholms lan",
|
|
"DefaultStation": "Vega Station"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|