Skip to content

Instantly share code, notes, and snippets.

@ralight
Created June 26, 2017 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ralight/2ecd1c5cd9ec2f67360d4d754ce06301 to your computer and use it in GitHub Desktop.
Save ralight/2ecd1c5cd9ec2f67360d4d754ce06301 to your computer and use it in GitHub Desktop.
{
"retry_interval": 20,
"sys_interval": 10,
"listeners": {
"port": 1883,
"max_connections": -1,
"auth_plugin": {
"plugin_path": "auth-plug.so",
"backends": "mysql",
}
}
}
retry_interval = 20
sys_interval = 10
listeners = {
{
port = 1883,
max_connections = -1,
auth_plugin = {
plugin_path = "auth-plug.so",
backends = "mysql",
}
}
}
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