adjust readme

This commit is contained in:
2019-06-13 12:52:54 +02:00
parent 061126ca8f
commit 91c2bfe0b1

View File

@ -64,7 +64,7 @@ A very simple configuration, only supporting MQTT on port 1883 is:
auth_opt_mysql_port 3306 auth_opt_mysql_port 3306
auth_opt_mysql_dbname mosquittoauth auth_opt_mysql_dbname mosquittoauth
auth_opt_mysql_user mosquittoauth auth_opt_mysql_user mosquittoauth
auth_opt_mysql_password ieh4weiF auth_opt_mysql_password xxx
auth_opt_mysql_allow_native_passwords true auth_opt_mysql_allow_native_passwords true
auth_opt_mysql_userquery SELECT pw FROM users WHERE username = ? auth_opt_mysql_userquery SELECT pw FROM users WHERE username = ?
auth_opt_mysql_aclquery SELECT topic FROM acls WHERE username = ? AND (rw & ?) != 0 auth_opt_mysql_aclquery SELECT topic FROM acls WHERE username = ? AND (rw & ?) != 0