Add space before plugins.etc_dir in emqx.conf

This commit is contained in:
Michal-Drobniak 2018-09-14 11:46:52 +02:00 committed by spring2maz
parent f5ed6ddb05
commit 737dcff44e
1 changed files with 1 additions and 1 deletions

View File

@ -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.
## ##