Contents Reappend
This commit is contained in:
12
Samples/AnyType/appsettings.json
Normal file
12
Samples/AnyType/appsettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Config": {
|
||||
"ModbusPort": "502"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user