26 lines
502 B
JSON
26 lines
502 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DatabaseWriteConnectionString": "Server=192.168.8.225; User ID=root; Password=123456; Database=modbusnettest;"
|
|
},
|
|
|
|
"Modbus.Net": {
|
|
"TCP": {
|
|
"Modbus": {
|
|
"IP": "192.168.8.210"
|
|
},
|
|
"Siemens": {
|
|
"IP": "192.168.8.210"
|
|
}
|
|
}
|
|
}
|
|
}
|