Plugin Guide
This commit is contained in:
parent
7ba5772264
commit
45487523af
|
@ -0,0 +1,4 @@
|
|||
|
||||
Please see [Plugin Design](https://github.com/emqtt/emqttd/wiki/Plugin%20Design).
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
Please see [Plugin Design](https://github.com/emqtt/emqttd/wiki/Plugin%20Design).
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
[emqttd_dashboard].
|
|
@ -1,26 +1 @@
|
|||
[
|
||||
% {emysql, [
|
||||
% {pool_size, 4},
|
||||
% {host, "localhost"},
|
||||
% {port, 3306},
|
||||
% {username, "root"},
|
||||
% {password, "public"},
|
||||
% {database, "mqtt"},
|
||||
% {encoding, utf8}
|
||||
% ]},
|
||||
% {emqttd_auth_mysql, [
|
||||
% {user_table, mqtt_users},
|
||||
% {password_hash, plain},
|
||||
% {field_mapper, [
|
||||
% {username, username},
|
||||
% {password, password}
|
||||
% ]}
|
||||
% ]},
|
||||
% {emqttd_dashboard, [
|
||||
% {listener,
|
||||
% {emqttd_dashboard, 18083, [
|
||||
% {acceptors, 4},
|
||||
% {max_clients, 512}]}}
|
||||
% ]}
|
||||
%
|
||||
].
|
||||
[emqttd_dashboard].
|
||||
|
|
Loading…
Reference in New Issue