Files
Modbus.Net/Samples/AnyType/appsettings.json
2023-03-01 10:08:14 +08:00

13 lines
189 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Modbus.Net": {
"ModbusPort": "502"
}
}