diff options
Diffstat (limited to 'src/.sledjChisl.conf.lua')
-rw-r--r-- | src/.sledjChisl.conf.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/.sledjChisl.conf.lua b/src/.sledjChisl.conf.lua index 59cb833..be5bd4b 100644 --- a/src/.sledjChisl.conf.lua +++ b/src/.sledjChisl.conf.lua | |||
@@ -21,8 +21,9 @@ config = | |||
21 | ["webHost"] = "localhost"; | 21 | ["webHost"] = "localhost"; |
22 | ["URL"] = "sledjchisl.fcgi"; | 22 | ["URL"] = "sledjchisl.fcgi"; |
23 | ["webIframers"] = ""; -- Space separated list of hosts allowed to iFrame us, coz someone asked. Include the "https://" bit. | 23 | ["webIframers"] = ""; -- Space separated list of hosts allowed to iFrame us, coz someone asked. Include the "https://" bit. |
24 | ["seshTimeOut"] = 30 * 60; -- seconds | 24 | ["seshRenew"] = 10 * 60; -- seconds |
25 | ["idleTimeOut"] = 24 * 60 * 60; -- seconds | 25 | ["idleTimeOut"] = 30 * 60; -- seconds |
26 | ["seshTimeOut"] = 24 * 60 * 60; -- seconds | ||
26 | ["newbieTimeOut"] = 30; -- days | 27 | ["newbieTimeOut"] = 30; -- days |
27 | ["pepper"] = "My long beard is salt and pepper coloured, though there are no birds in it, only breakfast."; | 28 | ["pepper"] = "My long beard is salt and pepper coloured, though there are no birds in it, only breakfast."; |
28 | ["ToS"] = [[ | 29 | ["ToS"] = [[ |