chore(gw): uncomment mqttsn confs

This commit is contained in:
JianBo He 2021-07-20 18:27:08 +08:00
parent 9355adae4b
commit 623fc67fc9
1 changed files with 35 additions and 35 deletions

View File

@ -29,46 +29,46 @@ emqx_gateway: {
}
}
# mqttsn.1: {
# ## The MQTT-SN Gateway ID in ADVERTISE message.
# gateway_id: 1
mqttsn.1: {
## The MQTT-SN Gateway ID in ADVERTISE message.
gateway_id: 1
# ## Enable broadcast this gateway to WLAN
# broadcast: true
## Enable broadcast this gateway to WLAN
broadcast: true
# ## To control whether write statistics data into ETS table
# ## for dashbord to read.
# enable_stats: true
## To control whether write statistics data into ETS table
## for dashbord to read.
enable_stats: true
# ## To control whether accept and process the received
# ## publish message with qos=-1.
# enable_qos3: true
## To control whether accept and process the received
## publish message with qos=-1.
enable_qos3: true
# ## Idle timeout for a MQTT-SN channel
# idle_timeout: 30s
## Idle timeout for a MQTT-SN channel
idle_timeout: 30s
# ## The pre-defined topic name corresponding to the pre-defined topic
# ## id of N.
# ## Note that the pre-defined topic id of 0 is reserved.
# predefined: [
# { id: 1
# topic: "/predefined/topic/name/hello"
# },
# { id: 2
# topic: "/predefined/topic/name/nice"
# }
# ]
## The pre-defined topic name corresponding to the pre-defined topic
## id of N.
## Note that the pre-defined topic id of 0 is reserved.
predefined: [
{ id: 1
topic: "/predefined/topic/name/hello"
},
{ id: 2
topic: "/predefined/topic/name/nice"
}
]
# ### ClientInfo override
# clientinfo_override: {
# username: "mqtt_sn_user"
# password: "abc"
# }
### ClientInfo override
clientinfo_override: {
username: "mqtt_sn_user"
password: "abc"
}
# listener.udp.1: {
# bind: 1884
# max_connections: 10240000
# max_conn_rate: 1000
# }
# }
listener.udp.1: {
bind: 1884
max_connections: 10240000
max_conn_rate: 1000
}
}
}