Comparison

prosody.cfg.lua.dist @ 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
parent 9637:b8301ba2c437
child 10422:cb6c0a5f9367
comparison
equal deleted inserted replaced
10175:4dac771ddf9f 10176:9178d18a4ed7
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 = ""
34 38
35 -- This is the list of modules Prosody will load on startup. 39 -- This is the list of modules Prosody will load on startup.
36 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. 40 -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.
37 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules 41 -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules
38 modules_enabled = { 42 modules_enabled = {