aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 61438dd..e081d4e 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -41,6 +41,12 @@ asset_database = "sqlite"
41 41
42verbose = true 42verbose = true
43 43
44; ScriptEngine
45script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll
46;Experimental remote ScriptServer plugin:
47;script_engine = OpenSim.Region.ScriptEngine.RemoteEngine.dll
48
49
44; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true. 50; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true.
45physical_prim = true 51physical_prim = true
46 52