fix: mongodb authz crash
@@ -240,7 +240,7 @@ http_common_fields() ->
mongo_common_fields() ->
[
{collection,
- ?HOCON(atom(), #{
+ ?HOCON(binary(), #{
required => true,
desc => ?DESC(collection)
})},
@@ -0,0 +1 @@
+A crash with an error in the log file that happened when the MongoDB authorization module queried the database has been fixed.
+当MongoDB授权模块查询数据库时,在日志文件中发生的崩溃与错误已经被修复。