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
.vs/
.idea/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
@ -98,7 +97,6 @@ StyleCopReport.xml
*.pidb
*.svclog
*.scc
*.idea
# Chutzpah Test files
_Chutzpah*

@ -11,9 +11,6 @@ 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": 6000,
"listernPort": 7001,
"virtualFlag": true,
"virtualValue": 9999999,
"electricTimeInterval": 1, //

Loading…
Cancel
Save