Add space before plugins.etc_dir in emqx.conf
This commit is contained in:
parent
f5ed6ddb05
commit
737dcff44e
|
@ -1839,7 +1839,7 @@ module.rewrite = off
|
||||||
## The etc dir for plugins' config.
|
## The etc dir for plugins' config.
|
||||||
##
|
##
|
||||||
## Value: Folder
|
## Value: Folder
|
||||||
plugins.etc_dir ={{ platform_etc_dir }}/plugins/
|
plugins.etc_dir = {{ platform_etc_dir }}/plugins/
|
||||||
|
|
||||||
## The file to store loaded plugin names.
|
## The file to store loaded plugin names.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue