fix(modules): disable telemetry by default

This commit is contained in:
Shawn 2021-07-23 15:14:39 +08:00
parent 14da108443
commit 7837069a93
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ emqx_modules: {
},
{
type: telemetry
enable: true
enable: false
}
]
}