-- sledjChislConfig.lua -- This works coz LuaJIT automatically loads the jit module. if type(jit) == 'table' then io.write('.sledjChisl.conf.lua is being run by ' .. jit.version .. ' under ' .. jit.os .. ' on a ' .. jit.arch .. '\n') else io.write('.sledjChisl.conf.lua is being run by Lua version ' .. _VERSION .. '\n') end config = { ["scRoot"] = "/opt/opensim_SC"; ["scUser"] = "opensimsc"; ["Tconsole"] = "SledjChisl"; ["Tsocket"] = "caches/opensim-tmux.socket"; ["Ttab"] = "SC"; ["loadAverageInc"] = 0.7; ["simTimeOut"] = 45; ["webRoot"] = "/var/www"; } return config