prosody: plugin_paths cleared
we do not need community moules, therefore no path needs to be specified
This commit is contained in:
parent
21dd9ed725
commit
da93c0fdab
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ admins = { "alex@{{ prosody_domain_name }}", "tux@{{ prosody_domain_name }}" }
|
||||||
-- Prosody will always look in its source directory for modules, but
|
-- Prosody will always look in its source directory for modules, but
|
||||||
-- this option allows you to specify additional locations where Prosody
|
-- this option allows you to specify additional locations where Prosody
|
||||||
-- 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 = { "/usr/local/lib/prosody-modules" }
|
plugin_paths = { }
|
||||||
|
|
||||||
-- 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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue