Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 1176:2be14b7021b2
prosody.cfg.lua.dist: Update example to a better one
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 16 May 2009 12:01:44 +0100 |
parent | 1132:3a63efe285c2 |
child | 1291:22dcd5f06bc4 |
comparison
equal
deleted
inserted
replaced
1175:edef0c10e076 | 1176:2be14b7021b2 |
---|---|
13 -- as seperators. | 13 -- as seperators. |
14 -- | 14 -- |
15 -- A table is a list of values, except each value has a name. An | 15 -- A table is a list of values, except each value has a name. An |
16 -- example would be: | 16 -- example would be: |
17 -- | 17 -- |
18 -- logging = { type = "html", directory = "/var/logs", rotate = "daily" } | 18 -- ssl = { key = "keyfile.key", certificate = "certificate.cert" } |
19 -- | 19 -- |
20 -- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so | 20 -- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so |
21 -- can | 21 -- can |
22 -- be placed anywhere | 22 -- be placed anywhere |
23 -- that you deem fitting. | 23 -- that you deem fitting. |