rename 'users_table' plugin config to 'user_table':
This commit is contained in:
parent
5a75e59dd1
commit
0044514a87
|
@ -8,7 +8,7 @@
|
|||
{encoding, utf8}
|
||||
]},
|
||||
{emqttd_auth_mysql, [
|
||||
{users_table, mqtt_users},
|
||||
{user_table, mqtt_users},
|
||||
{password_hash, plain},
|
||||
{field_mapper, [
|
||||
{username, username},
|
||||
|
|
|
@ -9,14 +9,13 @@
|
|||
% {encoding, utf8}
|
||||
% ]},
|
||||
% {emqttd_auth_mysql, [
|
||||
% {users_table, mqtt_users},
|
||||
% {user_table, mqtt_users},
|
||||
% {password_hash, plain},
|
||||
% {field_mapper, [
|
||||
% {username, username},
|
||||
% {password, password}
|
||||
% ]}
|
||||
% ]}
|
||||
%
|
||||
% {emqttd_dashboard, [
|
||||
% {listener,
|
||||
% {http, 18083, [
|
||||
|
|
Loading…
Reference in New Issue