diff options
author | onefang | 2020-05-07 11:15:43 +1000 |
---|---|---|
committer | onefang | 2020-05-07 11:15:43 +1000 |
commit | 2c62c8f69fecda58aa4af9267fb77879d7006837 (patch) | |
tree | 895d47a4fc45e65d5dbb098e1d2a1f696a4b9b95 /src/.sledjChisl.conf.lua | |
parent | Comment out database debugging stuff for now. (diff) | |
download | opensim-SC-2c62c8f69fecda58aa4af9267fb77879d7006837.zip opensim-SC-2c62c8f69fecda58aa4af9267fb77879d7006837.tar.gz opensim-SC-2c62c8f69fecda58aa4af9267fb77879d7006837.tar.bz2 opensim-SC-2c62c8f69fecda58aa4af9267fb77879d7006837.tar.xz |
Rewrite the web session stuff.
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"] = [[ |