aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorJo?o Duarte <jvsDuarte08@gmail.com>2019-07-26 18:25:58 -0700
committerJo?o Duarte <jvsDuarte08@gmail.com>2019-07-26 18:25:58 -0700
commit894d1f2645764fc000d51bd5a45033aa100506ed (patch)
treefa5cf787c018ea1f815f33fc0a00bd25f3edd014 /prosody.cfg.lua.dist
parent899ab776e55395a68e94462376f3bd7b852b8d66 (diff)
downloadprosody-894d1f2645764fc000d51bd5a45033aa100506ed.tar.gz
prosody-894d1f2645764fc000d51bd5a45033aa100506ed.zip
prosody.cfg.lua.dist: Added a field for the installer's path
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index f7f7b731..0d74cf66 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -32,6 +32,10 @@ admins = { }
-- 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