Software / code / prosody
Changeset
12345:013dcf34e8e6
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.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 02 Mar 2022 14:27:05 +0000 |
| parents | 12344:4f2e77185db4 |
| children | 12346:2b5806c092f9 |
| files | prosody.cfg.lua.dist |
| diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Wed Mar 02 14:22:02 2022 +0000 +++ b/prosody.cfg.lua.dist Wed Mar 02 14:27:05 2022 +0000 @@ -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.