22 lines
505 B
JSON
22 lines
505 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DatabaseWriteConnectionString": "Server=localhost; User ID=root; Password=123456; Database=modbusnettest;"
|
|
},
|
|
"Modbus.Net": {
|
|
"FetchSleepTime": "100",
|
|
"IP": "192.168.8.210",
|
|
"IPConnectionTimeout": "5000",
|
|
"ModbusPort": "502",
|
|
"SiemensPort": "102"
|
|
}
|
|
}
|