aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie Thielker2008-11-29 14:26:42 +0000
committerMelanie Thielker2008-11-29 14:26:42 +0000
commitb6fef0fdb8d7027769db7945ad4717841a59450e (patch)
tree22d2ab56a69d2f1c0913ede6d4268e9f8ea3284f /bin/OpenSim.ini.example
parentStart scripts in attachments only after a successful attach. Elimininate (diff)
downloadopensim-SC_OLD-b6fef0fdb8d7027769db7945ad4717841a59450e.zip
opensim-SC_OLD-b6fef0fdb8d7027769db7945ad4717841a59450e.tar.gz
opensim-SC_OLD-b6fef0fdb8d7027769db7945ad4717841a59450e.tar.bz2
opensim-SC_OLD-b6fef0fdb8d7027769db7945ad4717841a59450e.tar.xz
Add configuration values for scripted prim region crossing
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f34cf09..eeb8f04 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -48,6 +48,13 @@
48 PhysicalPrimMax = 10 48 PhysicalPrimMax = 10
49 ClampPrimSize = false 49 ClampPrimSize = false
50 50
51 ; Region crossing
52 AllowScriptCrossing = false
53 ; If you set this to "true", any region that can teleport to you can
54 ; inject ARBITRARY BINARY CODE into your system. Use at your own risk.
55 ; YOU HAVE BEEN WARNED!!!
56 TrustBinaries = false
57
51 ; ## 58 ; ##
52 ; ## STORAGE 59 ; ## STORAGE
53 ; ## 60 ; ##