aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-07-10 16:47:31 +0100
committerMatthew Wild <mwild1@gmail.com>2009-07-10 16:47:31 +0100
commit368d427f1a57002ca51e3c05ba3c4f3011876832 (patch)
tree3fe7d3da40abcb31577d1fbe1876a4b1f55e5e8c /prosody.cfg.lua.dist
parentf11db43de9a33455e197b9067135672e4f1e8526 (diff)
downloadprosody-368d427f1a57002ca51e3c05ba3c4f3011876832.tar.gz
prosody-368d427f1a57002ca51e3c05ba3c4f3011876832.zip
prosody.cfg.lua: Various small changes
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist9
1 files changed, 4 insertions, 5 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 79e32a25..0cbab947 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -8,19 +8,18 @@
-- sections as you like.
--
-- Lists are written { "like", "this", "one" }
--- Lists can also be of { 1, 2, 3 } numbers, etc.
+-- Lists can also be of { 1, 2, 3 } numbers, and other things.
-- Either commas, or semi-colons; may be used
-- as seperators.
--
-- A table is a list of values, except each value has a name. An
--- example would be:
+-- example table would be:
--
-- ssl = { key = "keyfile.key", certificate = "certificate.cert" }
--
-- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so
-- can
--- be placed anywhere
--- that you deem fitting.
+-- be placed anywhere that you deem fitting.
--
-- Tip: You can check that the syntax of this file is correct when you have finished
-- by running: luac -p prosody.cfg.lua
@@ -30,7 +29,7 @@
-- The only thing left to do is rename this file to remove the .dist ending, and fill in the
-- blanks. Good luck, and happy Jabbering!
--- Global settings go in this section
+-- Server-wide settings go in this section
Host "*"
-- This is the list of modules Prosody will load on startup.