|
@@ -24,17 +24,18 @@
|
|
|
"Tasks": "IMCS.CCS:Tasks"
|
|
|
},
|
|
|
//Redis �����ַ���
|
|
|
- "RedisConnectionString": "127.0.0.1:6379,password=123456,defaultDatabase=0",
|
|
|
+ "RedisConnectionString": "192.168.1.240:6379,password=123456,defaultDatabase=0",
|
|
|
//������������
|
|
|
"ConnectionStrings": {
|
|
|
- "mysqlContext": "server=localhost;port=3306;database=ccs_htl;uid=root;pwd=123456;CharSet=utf8;Allow Zero Datetime=True",
|
|
|
- "ecsUrlContext": "http://192.168.3.102:9099/api/authority/taskNode/taskNodeCallback",
|
|
|
+ "mysqlContext": "server=192.168.1.240;port=3306;database=ccs_htl;uid=root;pwd=123456;CharSet=utf8;Allow Zero Datetime=True",
|
|
|
+ "ecsUrlContext": "http://192.168.1.240:80/api/authority/taskNode/taskNodeCallback",
|
|
|
+ "ecsRootUrlContext": "http://192.168.1.240:80",
|
|
|
//"FTPServer": "192.168.170.25",
|
|
|
//"FTPUser": "PROG",
|
|
|
//"FTPPwd": "abc.1234",
|
|
|
"FTPServer": "127.0.0.1",
|
|
|
"FTPUser": "test",
|
|
|
"FTPPwd": "test",
|
|
|
- "mazakUrlContext": "http://127.0.0.1:9000/DeviceApi/"
|
|
|
+ "mazakUrlContext": "http://127.0.0.1:9000/DeviceApi/"
|
|
|
}
|
|
|
}
|