updated description

This commit is contained in:
dashevchenko 2023-10-12 13:36:22 +03:00
parent 902e153683
commit c57ec93e6a

View File

@ -1179,7 +1179,7 @@ device:
host: "${DEVICE_CONNECTIVITY_MQTTS_HOST:}" host: "${DEVICE_CONNECTIVITY_MQTTS_HOST:}"
# Port of mqtt transport service. If empty default port for mqtts will be used. # Port of mqtt transport service. If empty default port for mqtts will be used.
port: "${DEVICE_CONNECTIVITY_MQTTS_PORT:8883}" port: "${DEVICE_CONNECTIVITY_MQTTS_PORT:8883}"
# Path to the server certificate file # Path to the mqtt certificate authority file
pem_cert_file: "${DEVICE_CONNECTIVITY_MQTT_SSL_PEM_CERT:cafile.pem}" pem_cert_file: "${DEVICE_CONNECTIVITY_MQTT_SSL_PEM_CERT:cafile.pem}"
coap: coap:
# If true coap command will be included to the list of all test commands using DEVICE_CONNECTIVITY_COAP_HOST and DEVICE_CONNECTIVITY_COAP_PORT. # If true coap command will be included to the list of all test commands using DEVICE_CONNECTIVITY_COAP_HOST and DEVICE_CONNECTIVITY_COAP_PORT.