This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JT808Gateway
mirror of
https://github.com/SmallChi/JT808Gateway.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
添加配置文件
tags/v2.2.2
SmallChi(Koike)
5 years ago
parent
4334cb70e4
commit
bf0f6dd01c
1 changed files
with
20 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
}
Write
Preview
Loading…
Cancel
Save