From a6e532779b668fac615b8d7fc430f9cb3c870549 Mon Sep 17 00:00:00 2001 From: z8674558 Date: Fri, 29 Jan 2021 18:01:00 +0900 Subject: [PATCH] chore(mongo): quote example --- apps/emqx_auth_mongo/etc/emqx_auth_mongo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_auth_mongo/etc/emqx_auth_mongo.conf b/apps/emqx_auth_mongo/etc/emqx_auth_mongo.conf index 42e04b450..8ae68f3e7 100644 --- a/apps/emqx_auth_mongo/etc/emqx_auth_mongo.conf +++ b/apps/emqx_auth_mongo/etc/emqx_auth_mongo.conf @@ -16,7 +16,7 @@ auth.mongo.type = single ## ## Value: String ## -## Examples: 127.0.0.1:27017,127.0.0.2:27017... +## Examples: "127.0.0.1:27017,127.0.0.2:27017,..." auth.mongo.server = "127.0.0.1:27017" ## MongoDB pool size