mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
changing MQTT message broker port to 1886
This commit is contained in:
parent
14455efd97
commit
fa3c5ae29f
@ -67,7 +67,7 @@ public class ZipUtil {
|
|||||||
private static final String HTTPS_PROTOCOL_APPENDER = "https://";
|
private static final String HTTPS_PROTOCOL_APPENDER = "https://";
|
||||||
private static final String HTTP_PROTOCOL_APPENDER = "http://";
|
private static final String HTTP_PROTOCOL_APPENDER = "http://";
|
||||||
private static final String CONFIG_TYPE = "general";
|
private static final String CONFIG_TYPE = "general";
|
||||||
private static final String DEFAULT_MQTT_ENDPOINT = "tcp://localhost:1883";
|
private static final String DEFAULT_MQTT_ENDPOINT = "tcp://localhost:1886";
|
||||||
public static final String HOST_NAME = "HostName";
|
public static final String HOST_NAME = "HostName";
|
||||||
|
|
||||||
public ZipArchive createZipFile(String owner, String deviceType, String deviceId, String deviceName,
|
public ZipArchive createZipFile(String owner, String deviceType, String deviceId, String deviceName,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user