API_SequentMicrosystems-RPI/appsettings.json

20 lines
384 B
JSON
Raw Normal View History

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