Sfoglia il codice sorgente

添加配置文件

tags/v2.2.2
SmallChi(Koike) 5 anni fa
parent
commit
bf0f6dd01c
1 ha cambiato i file con 20 aggiunte e 0 eliminazioni
  1. +20
    -0
      simples/JT808.DotNetty.SimpleServer/appsettings.json

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

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

Caricamento…
Annulla
Salva