diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-05 18:10:41 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-05 18:10:41 +0100 |
commit | a37682ba2e398eabeb3de0b14760488ae121bba7 (patch) | |
tree | ee058cfdbaefc1cf3b43da1bc053cb8b70d3c12d /prosody.cfg.lua.dist | |
parent | 225e6d21e823b7199d41f58b8b661a298c78347a (diff) | |
download | prosody-a37682ba2e398eabeb3de0b14760488ae121bba7.tar.gz prosody-a37682ba2e398eabeb3de0b14760488ae121bba7.zip |
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.
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index b1a1c323..03413ef8 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -32,10 +32,6 @@ 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 |