diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-05-24 13:55:28 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-05-24 13:55:28 +0100 |
commit | 7b3aac0e5d17681af0956ac2c42e5ccaca612fd8 (patch) | |
tree | 62500c30e71815a2e0380b79119eeb0e4697615f | |
parent | c8d21f63aec906c72eb2e97ded9e8459a93fac56 (diff) | |
download | prosody-7b3aac0e5d17681af0956ac2c42e5ccaca612fd8.tar.gz prosody-7b3aac0e5d17681af0956ac2c42e5ccaca612fd8.zip |
prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
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 |