Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 12323:d14b213549cf
prosody.cfg.lua.dist: Remove installer_plugin_path
Most users shouldn't need to add this, and it works out of the box.
Not important enough to justify having it in the default config.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 05 Feb 2022 18:10:41 +0100 |
parent | 12322:b1cb236c4478 |
child | 12324:041602327fc2 |
comparison
equal
deleted
inserted
replaced
12322:b1cb236c4478 | 12323:d14b213549cf |
---|---|
29 | 29 |
30 -- Prosody will always look in its source directory for modules, but | 30 -- Prosody will always look in its source directory for modules, but |
31 -- this option allows you to specify additional locations where Prosody | 31 -- this option allows you to specify additional locations where Prosody |
32 -- will look for modules first. For community modules, see https://modules.prosody.im/ | 32 -- will look for modules first. For community modules, see https://modules.prosody.im/ |
33 --plugin_paths = {} | 33 --plugin_paths = {} |
34 | |
35 -- Single directory for custom prosody plugins and/or Lua libraries installation | |
36 -- This path takes priority over plugin_paths, when prosody is searching for modules | |
37 --installer_plugin_path = "" | |
38 | 34 |
39 -- This is the list of modules Prosody will load on startup. | 35 -- This is the list of modules Prosody will load on startup. |
40 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. | 36 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. |
41 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules | 37 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules |
42 modules_enabled = { | 38 modules_enabled = { |