平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 regels
176 B

  1. {
  2. //mqtt设置
  3. "MqttSettings": {
  4. "Host": "127.0.0.1",
  5. "Port": 1883,
  6. "UserName": "admin",
  7. "SecretKey": "admin",
  8. "ClientId": "SafeCampusBackground"
  9. },
  10. }