Browse Source

Added SNMP_ENABLED=false for install edge instructions in case TB is already running on the same PC

pull/9273/head
Volodymyr Babak 3 years ago
parent
commit
e4acb717f3
  1. 1
      application/src/main/data/json/edge/install_instructions/centos/instructions.md
  2. 1
      application/src/main/data/json/edge/install_instructions/ubuntu/instructions.md

1
application/src/main/data/json/edge/install_instructions/centos/instructions.md

@ -199,6 +199,7 @@ export HTTP_BIND_PORT=18080
export MQTT_BIND_PORT=11883
export COAP_BIND_PORT=15683
export LWM2M_ENABLED=false
export SNMP_ENABLED=false
EOL'
{:copy-code}
```

1
application/src/main/data/json/edge/install_instructions/ubuntu/instructions.md

@ -131,6 +131,7 @@ export HTTP_BIND_PORT=18080
export MQTT_BIND_PORT=11883
export COAP_BIND_PORT=15683
export LWM2M_ENABLED=false
export SNMP_ENABLED=false
EOL'
{:copy-code}
```

Loading…
Cancel
Save