Software /
code /
prosody
Changeset
10176:9178d18a4ed7
prosody.cfg.lua.dist: Added a field for the installer's path
author | João Duarte <jvsDuarte08@gmail.com> |
---|---|
date | Fri, 26 Jul 2019 18:25:58 -0700 |
parents | 10175:4dac771ddf9f |
children | 10177:e9b47fcde93c |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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