aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
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 ; ##