update config format

This commit is contained in:
joy.zhou
2019-08-06 18:00:00 +08:00
parent f9ab8996c1
commit d963ce000d

View File

@@ -15,5 +15,8 @@
"certFile": "ssl/server/cert.pem",
"keyFile": "ssl/server/key.pem"
},
"plugins": ["authhttp","kafka"]
}
"plugins": [
"authhttp",
"kafka"
]
}