forked from wenjy/Sln.Iot
1
0
Fork 0

Compare commits

...

4 Commits
master ... dev

2
.gitignore vendored

@ -35,6 +35,7 @@ bld/
# Visual Studio 2015/2017 cache/options directory
.vs/
.idea/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
@ -97,6 +98,7 @@ StyleCopReport.xml
*.pidb
*.svclog
*.scc
*.idea
# Chutzpah Test files
_Chutzpah*

@ -11,6 +11,9 @@ using TouchSocket.Sockets;
namespace Sln.Iot
{
/// <summary>
///
/// </summary>
internal class Program
{
public static IServiceProvider? ServiceProvider = null;

@ -1,7 +1,7 @@
{
"AppConfig": {
"logPath": "\\\\Mac\\Home\\Public\\WorkSpace\\Mesnac\\项目资料\\IOT物联网数据采集\\日志信息",
"listernPort": 7001,
"listernPort": 6000,
"virtualFlag": true,
"virtualValue": 9999999,
"electricTimeInterval": 1, //

Loading…
Cancel
Save