Merge pull request #10772 from fix/ft-readme

fix(ft): correct mistyped option in README
This commit is contained in:
Andrew Mayorov 2023-05-22 15:37:49 +03:00 committed by GitHub
commit 5f41c49068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ As almost any other EMQX application, `emqx_ft` is configured via the EMQX confi
```
file_transfer {
enabled = true
enable = true
}
```
@ -26,7 +26,7 @@ The `local` exporter is the default one, and it stores the transferred files in
```
file_transfer {
enabled = true
enable = true
storage {
local {
exporter {
@ -47,7 +47,7 @@ This snippet configures File Transfer to store the transferred files in the `my-
```
file_transfer {
enabled = true
enable = true
storage {
local {
exporter {