update plugin

This commit is contained in:
joy.zhou
2019-08-19 10:33:19 +08:00
parent 148738800b
commit 69a26f8cd9
176 changed files with 18008 additions and 2772 deletions

View File

@@ -60,9 +60,10 @@ Common Options:
"certFile": "tls/server/cert.pem",
"keyFile": "tls/server/key.pem"
},
"acl":true,
"aclConf":"conf/acl.conf",
"plugins": ["authhttp","kafka"]
"plugins": {
"auth": "authhttp",
"bridge": "kafka"
}
}
~~~