Files
Modbus.Net/Samples/AnyType/appsettings.json
2023-02-13 18:14:23 +08:00

13 lines
185 B
JSON

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