Browse Source

添加配置文件

tags/v2.2.2
SmallChi(Koike) 5 years ago
parent
commit
bf0f6dd01c
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      simples/JT808.DotNetty.SimpleServer/appsettings.json

+ 20
- 0
simples/JT808.DotNetty.SimpleServer/appsettings.json View File

@@ -0,0 +1,20 @@
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Trace"
}
},
"Console": {
"LogLevel": {
"Default": "Trace"
}
}
},
"JT808Configuration": {
"TcpPort": 808,
"UdpPort": 808,
"WebApiPort": 828
}
}

Loading…
Cancel
Save