Initial commit
This commit is contained in:
32
SerialCom/appsettings.json
Normal file
32
SerialCom/appsettings.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"MoniteurBaie": {
|
||||
"Serial": {
|
||||
"Path": "/dev/ttyAMA0",
|
||||
"BaudRate": 115200,
|
||||
"Parity": "None",
|
||||
"DataBits": 8,
|
||||
"StopBits": "One",
|
||||
"Handshake": "None",
|
||||
"Encoding": "UTF-8",
|
||||
"NewLine": "\r\n"
|
||||
},
|
||||
"Redis": {
|
||||
"Endpoint": "mercedes.hbsha.re:6379",
|
||||
"ClientName": "Serial",
|
||||
"Channels": {
|
||||
"Packets": "batCtrlPackets",
|
||||
"Commands": "batCtrlCommands"
|
||||
}
|
||||
},
|
||||
"Api": {
|
||||
"BaseUrl": "http://mercedes.hbsha.re:5000"
|
||||
},
|
||||
"Mock": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user