Parcourir la source

rename 'users_table' plugin config to 'user_table':

Feng Lee il y a 11 ans
Parent
commit
0044514a87
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 1 1
      plugins/emqttd_auth_mysql/etc/plugin.config
  2. 1 2
      rel/files/plugins.config

+ 1 - 1
plugins/emqttd_auth_mysql/etc/plugin.config

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

+ 1 - 2
rel/files/plugins.config

@@ -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, [