settings.xml 1.2 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <meta>
  4. <!-- omit this node or leave empty will disable the remote mqtt feature.
  5. format should follow: remoteMqttServerIp:serverPort:mqttClientId:mqttUserName:mqttPassword-->
  6. <!--<parameter name="remoteMqttServerConnection" value="dev-iot.ipos.biz:1883:shawnFcc:thisFccMqttUsername:thisFccMqttPwd" />-->
  7. <!-- system implicit switchers
  8. processorLoaderType - control which processorLoaderType for use, should input the full type string of type IProcessorLoader, default value: (empty) which will use Edge.Core.Processor.Dispatcher.DbJSonLoader.
  9. WebHostHttpListeningIp - control local universal web api host ip, default value: *
  10. WebHostHttpListeningPort - control local universal web api host port, default value: 8384
  11. MqttServerTcpListeningIp - control local universal mqtt api host ip, default value: *
  12. MqttServerTcpListeningPort - control local universal mqtt api host port, default value: 8388
  13. disableUniversalApiAuditing - control enable feature of unversal api auditing, default value: false
  14. enableUniversalApiInputAndOutputAuditing - control feature of unversal api auditing with details, default value: false
  15. -->
  16. </meta>
  17. </configuration>