start mysql auth plugin
This commit is contained in:
parent
955d9c4ef8
commit
897d38c264
|
@ -1,16 +1,16 @@
|
||||||
[
|
[
|
||||||
% {emysql, [
|
{emysql, [
|
||||||
% {pool_size, 4},
|
{pool_size, 4},
|
||||||
% {host, "localhost"},
|
{host, "localhost"},
|
||||||
% {port, 3306},
|
{port, 3306},
|
||||||
% {username, "root"},
|
{username, "root"},
|
||||||
% {password, "public"},
|
{password, "public"},
|
||||||
% {database, "mqtt"},
|
{database, "mqtt"},
|
||||||
% {encoding, utf8}
|
{encoding, utf8}
|
||||||
% ]},
|
]},
|
||||||
% {emqttd_auth_mysql, [
|
{emqttd_auth_mysql, [
|
||||||
% {user_table, mqtt_users}
|
{user_table, mqtt_users}
|
||||||
% ]}
|
]}
|
||||||
%
|
%
|
||||||
% {emqttd_dashboard, [
|
% {emqttd_dashboard, [
|
||||||
% {listener,
|
% {listener,
|
||||||
|
|
Loading…
Reference in New Issue