Merge pull request #9273 from volodymyr-babak/edge/disable-snmp
Added SNMP_ENABLED=false for install edge instructions in case TB is …
This commit is contained in:
commit
2faf8134a0
@ -199,6 +199,7 @@ export HTTP_BIND_PORT=18080
|
|||||||
export MQTT_BIND_PORT=11883
|
export MQTT_BIND_PORT=11883
|
||||||
export COAP_BIND_PORT=15683
|
export COAP_BIND_PORT=15683
|
||||||
export LWM2M_ENABLED=false
|
export LWM2M_ENABLED=false
|
||||||
|
export SNMP_ENABLED=false
|
||||||
EOL'
|
EOL'
|
||||||
{:copy-code}
|
{:copy-code}
|
||||||
```
|
```
|
||||||
|
|||||||
@ -131,6 +131,7 @@ export HTTP_BIND_PORT=18080
|
|||||||
export MQTT_BIND_PORT=11883
|
export MQTT_BIND_PORT=11883
|
||||||
export COAP_BIND_PORT=15683
|
export COAP_BIND_PORT=15683
|
||||||
export LWM2M_ENABLED=false
|
export LWM2M_ENABLED=false
|
||||||
|
export SNMP_ENABLED=false
|
||||||
EOL'
|
EOL'
|
||||||
{:copy-code}
|
{:copy-code}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user