From a597d2ab6a1296d332980ee76d8a3af8939a120e Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Wed, 6 May 2015 10:23:16 +0800 Subject: [PATCH] comment mysql plugins --- rel/files/plugins.config | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/rel/files/plugins.config b/rel/files/plugins.config index 9267dae6e..c8e850e57 100644 --- a/rel/files/plugins.config +++ b/rel/files/plugins.config @@ -1,16 +1,16 @@ [ - {emysql, [ - {pool_size, 4}, - {host, "localhost"}, - {port, 3306}, - {username, "root"}, - {password, "public"}, - {database, "mqtt"}, - {encoding, utf8} - ]}, - {emqttd_auth_mysql, [ - {user_table, mqtt_users} - ]} +% {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,