forked from wenjy/Sln.Iot
1
0
Fork 0

Compare commits

..

No commits in common. 'dev' and 'master' have entirely different histories.
dev ... master

2
.gitignore vendored

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

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

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

Loading…
Cancel
Save