mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
prosody.cfg.lua.dist: Added a field for the installer's path
This commit is contained in:
parent
ad26c41fa6
commit
e8ff1e8966
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ admins = { }
|
||||||
-- will look for modules first. For community modules, see https://modules.prosody.im/
|
-- will look for modules first. For community modules, see https://modules.prosody.im/
|
||||||
--plugin_paths = {}
|
--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.
|
-- 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.
|
-- 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
|
-- Documentation for bundled modules can be found at: https://prosody.im/doc/modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue