API_SequentMicrosystems-RPI/appsettings.json

20 lines
384 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"PointsSaveToFileMinimumSec": "10",
"Cards": [
{
"ID": "0",
"Name": "RTD Data Acquisition 8-Layer Stackable HAT for Raspberry Pi",
"ShortName": "RTDDA",
"Levels": "1",
"UpdateRateMsec": "1000"
}
]
}