aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/.sledjChisl.conf.lua
diff options
context:
space:
mode:
authoronefang2020-03-16 14:49:09 +1000
committeronefang2020-03-16 14:49:09 +1000
commitf8574e0be89e7b523e64f656c93814d6948b2a33 (patch)
tree11bd44706c54b1441e890f685a5ed6e07e75777f /src/.sledjChisl.conf.lua
parentRevert "Bitch if we can't read the OpenSim config file." (diff)
downloadopensim-SC_OLD-f8574e0be89e7b523e64f656c93814d6948b2a33.zip
opensim-SC_OLD-f8574e0be89e7b523e64f656c93814d6948b2a33.tar.gz
opensim-SC_OLD-f8574e0be89e7b523e64f656c93814d6948b2a33.tar.bz2
opensim-SC_OLD-f8574e0be89e7b523e64f656c93814d6948b2a33.tar.xz
Revert "The new sledjchisl binary, to replace the management scripts and web stuff."
This reverts commit 34c5ee4c2a489a506e93d5b303fbc80b263747f0.
Diffstat (limited to 'src/.sledjChisl.conf.lua')
-rw-r--r--src/.sledjChisl.conf.lua21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/.sledjChisl.conf.lua b/src/.sledjChisl.conf.lua
deleted file mode 100644
index 07c42cb..0000000
--- a/src/.sledjChisl.conf.lua
+++ /dev/null
@@ -1,21 +0,0 @@
1-- sledjChislConfig.lua
2
3-- This works coz LuaJIT automatically loads the jit module.
4if type(jit) == 'table' then
5 io.write('.sledjChisl.conf.lua is being run by ' .. jit.version .. ' under ' .. jit.os .. ' on a ' .. jit.arch .. '\n')
6else
7 io.write('.sledjChisl.conf.lua is being run by Lua version ' .. _VERSION .. '\n')
8end
9
10config =
11{
12 ["scRoot"] = "/opt/opensim_SC";
13 ["scUser"] = "opensimsc";
14 ["Tconsole"] = "SledjChisl";
15 ["Tsocket"] = "caches/opensim-tmux.socket";
16 ["Ttab"] = "SC";
17 ["loadAverageInc"] = 0.7;
18 ["simTimeOut"] = 45;
19 ["webRoot"] = "/var/www";
20}
21return config