aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-05-24 13:55:28 +0100
committerMatthew Wild <mwild1@gmail.com>2013-05-24 13:55:28 +0100
commit7b3aac0e5d17681af0956ac2c42e5ccaca612fd8 (patch)
tree62500c30e71815a2e0380b79119eeb0e4697615f /prosody.cfg.lua.dist
parentc8d21f63aec906c72eb2e97ded9e8459a93fac56 (diff)
downloadprosody-7b3aac0e5d17681af0956ac2c42e5ccaca612fd8.tar.gz
prosody-7b3aac0e5d17681af0956ac2c42e5ccaca612fd8.zip
prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 3f440067..a662adcd 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -78,7 +78,7 @@ modules_disabled = {
-- "offline"; -- Store offline messages
-- "c2s"; -- Handle client connections
-- "s2s"; -- Handle server-to-server connections
-};
+}
-- Disable account creation by default, for security
-- For more information see http://prosody.im/doc/creating_accounts