emqx/rel/files/plugins.config

23 lines
387 B
Plaintext

[
% {emysql, [
% {pool_size, 4},
% {host, "localhost"},
% {port, 3306},
% {username, "root"},
% {password, "public"},
% {database, "mqtt"},
% {encoding, utf8}
% ]},
% {emqttd_auth_mysql, [
% {user_table, mqtt_users}
% ]}
%
% {emqttd_dashboard, [
% {listener,
% {http, 18083, [
% {acceptors, 4},
% {max_clients, 512}]}}
% ]}
%
].