Created
June 26, 2017 21:53
-
-
Save ralight/2ecd1c5cd9ec2f67360d4d754ce06301 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"retry_interval": 20, | |
"sys_interval": 10, | |
"listeners": { | |
"port": 1883, | |
"max_connections": -1, | |
"auth_plugin": { | |
"plugin_path": "auth-plug.so", | |
"backends": "mysql", | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
retry_interval = 20 | |
sys_interval = 10 | |
listeners = { | |
{ | |
port = 1883, | |
max_connections = -1, | |
auth_plugin = { | |
plugin_path = "auth-plug.so", | |
backends = "mysql", | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
retry_interval: 20 | |
sys_interval: 10 | |
listeners: | |
one: | |
port: 1883 | |
max_connections: -1 | |
auth_plugin: | |
plugin_path: "auth_plug.so" | |
backends: "mysql" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment