aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/.sledjChisl.conf.lua
diff options
context:
space:
mode:
authoronefang2021-09-09 12:30:24 +1000
committeronefang2021-09-09 12:30:24 +1000
commit5e05f276c5ea784df0de86d70bf7aab2e5de32d5 (patch)
treeae0b057c8e50ad486102c2a8dabc293d8a0a9bfd /src/.sledjChisl.conf.lua
parentRemove various empty example directories that are auto created now. (diff)
downloadopensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.zip
opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.gz
opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.bz2
opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.xz
Rejig the web stuff.
Move to examples to example/var/www. Move the web socket to scRoot/var/run. Make the name of the web socket configurable. Populate the scRoot/var/www from exomples if it's empty. Everyone uses SledjChisl.css now. Some clean ups. Comment++
Diffstat (limited to 'src/.sledjChisl.conf.lua')
-rw-r--r--src/.sledjChisl.conf.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/.sledjChisl.conf.lua b/src/.sledjChisl.conf.lua
index cede4e4..61d709d 100644
--- a/src/.sledjChisl.conf.lua
+++ b/src/.sledjChisl.conf.lua
@@ -14,7 +14,7 @@ config =
14 ["debug"] = false; 14 ["debug"] = false;
15 ["scUser"] = "opensimsc"; 15 ["scUser"] = "opensimsc";
16 ["Tconsole"] = "SledjChisl"; 16 ["Tconsole"] = "SledjChisl";
17 ["Tsocket"] = "opensim-tmux.socket"; 17 ["Tsocket"] = "opensim-tmux.socket"; -- Ends up in scRoot/var/run
18 ["Ttab"] = "SC"; 18 ["Ttab"] = "SC";
19 ["loadAverageInc"] = 0.7; 19 ["loadAverageInc"] = 0.7;
20 ["simTimeOut"] = 45; -- seconds 20 ["simTimeOut"] = 45; -- seconds
@@ -22,9 +22,8 @@ config =
22 ["backupIARsim"] = "Sandbox"; 22 ["backupIARsim"] = "Sandbox";
23 ["rsync"] = ""; 23 ["rsync"] = "";
24 ["rsyncPort"] = 0; 24 ["rsyncPort"] = 0;
25 ["webRoot"] = "/var/www/html"; 25 ["webRoot"] = "/var/www/html"; -- Relative to scRoot.
26 ["webHost"] = "localhost"; 26 ["webSocket"] = "sledjchisl.socket"; -- Ends up in scRoot/var/run
27 ["URL"] = "sledjchisl.fcgi";
28 ["webIframers"] = ""; -- Space separated list of hosts allowed to iFrame us, coz someone asked. Include the "https://" bit. 27 ["webIframers"] = ""; -- Space separated list of hosts allowed to iFrame us, coz someone asked. Include the "https://" bit.
29 ["seshRenew"] = 10 * 60; -- seconds 28 ["seshRenew"] = 10 * 60; -- seconds
30 ["idleTimeOut"] = 30 * 60; -- seconds 29 ["idleTimeOut"] = 30 * 60; -- seconds