prosody.cfg.lua.dist: Added a field for the installer's path
authorJoão Duarte <jvsDuarte08@gmail.com>
Fri, 26 Jul 2019 18:25:58 -0700
changeset 10180 9178d18a4ed7
parent 10179 4dac771ddf9f
child 10181 e9b47fcde93c
prosody.cfg.lua.dist: Added a field for the installer's path
prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Fri Jul 26 17:54:37 2019 -0700
+++ b/prosody.cfg.lua.dist	Fri Jul 26 18:25:58 2019 -0700
@@ -32,6 +32,10 @@
 -- will look for modules first. For community modules, see https://modules.prosody.im/
 --plugin_paths = {}
 
+-- Single directory for custom prosody plugins and/or Lua libraries installation
+-- This path takes priority over plugin_paths, when prosody is searching for modules
+--installer_plugin_path = ""
+
 -- This is the list of modules Prosody will load on startup.
 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.
 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules