Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 22, 2024
1 parent e37dfbf commit c5645bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

local lfs = require "lfs";

-- plugin_paths = { "modules" }
plugin_paths = { "modules" }
plugin_server = "https://modules.prosody.im/rocks/"
installer_plugin_path = lfs.currentdir() .. "/modules";
installer_plugin_path = "modules";

modules_enabled = {
"roster";
Expand Down

0 comments on commit c5645bc

Please sign in to comment.