mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
prosody.cfg.lua.dist: Reword plugin_paths to de-emphasize Prosody's source dir
The previous wording may contribute to people trying to install custom modules to Prosody's source directory instead of adding to plugin_paths.
This commit is contained in:
parent
1990010e21
commit
eda989030a
1 changed files with 2 additions and 3 deletions
|
@ -23,9 +23,8 @@
|
|||
-- Example: admins = { "user1@example.com", "user2@example.net" }
|
||||
admins = { }
|
||||
|
||||
-- Prosody will always look in its source directory for modules, but
|
||||
-- this option allows you to specify additional locations where Prosody
|
||||
-- will look for modules first. For community modules, see https://modules.prosody.im/
|
||||
-- You can use this option allows you to specify additional locations where Prosody
|
||||
-- will first look for modules. For community modules, see https://modules.prosody.im/
|
||||
--plugin_paths = {}
|
||||
|
||||
-- This is the list of modules Prosody will load on startup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue