rename 'users_table' plugin config to 'user_table':

This commit is contained in:
Feng Lee 2015-06-02 15:29:53 +08:00
parent 5a75e59dd1
commit 0044514a87
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@
{encoding, utf8} {encoding, utf8}
]}, ]},
{emqttd_auth_mysql, [ {emqttd_auth_mysql, [
{users_table, mqtt_users}, {user_table, mqtt_users},
{password_hash, plain}, {password_hash, plain},
{field_mapper, [ {field_mapper, [
{username, username}, {username, username},

View File

@ -9,14 +9,13 @@
% {encoding, utf8} % {encoding, utf8}
% ]}, % ]},
% {emqttd_auth_mysql, [ % {emqttd_auth_mysql, [
% {users_table, mqtt_users}, % {user_table, mqtt_users},
% {password_hash, plain}, % {password_hash, plain},
% {field_mapper, [ % {field_mapper, [
% {username, username}, % {username, username},
% {password, password} % {password, password}
% ]} % ]}
% ]} % ]}
%
% {emqttd_dashboard, [ % {emqttd_dashboard, [
% {listener, % {listener,
% {http, 18083, [ % {http, 18083, [