服务器默认修改为生产环境
This commit is contained in:
parent
450a267efb
commit
607035e912
2
main.c
2
main.c
@ -166,7 +166,7 @@ char productid[16]="WcLightStrip";
|
|||||||
char appKey[32]="fdhQmhqhvbL1cf1K9mUqt";
|
char appKey[32]="fdhQmhqhvbL1cf1K9mUqt";
|
||||||
char appSecret[64]="RxU8NZjfZaxsKg2B3Dr6sx";
|
char appSecret[64]="RxU8NZjfZaxsKg2B3Dr6sx";
|
||||||
char subid[64]="EKmmjqyLRgghANEiQAA5LZ"; // 默认值,可从文件覆盖
|
char subid[64]="EKmmjqyLRgghANEiQAA5LZ"; // 默认值,可从文件覆盖
|
||||||
char hostDomain[64]="auk-iot.test1.zservey.com";
|
char hostDomain[64]="auk-iot.zservey.com";
|
||||||
int mqtt_port=1883;
|
int mqtt_port=1883;
|
||||||
//char hostDomain[64]="127.0.0.1";
|
//char hostDomain[64]="127.0.0.1";
|
||||||
//int mqtt_port=1884;
|
//int mqtt_port=1884;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user