aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 2a70e96..0142a0d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -400,6 +400,9 @@
400 400
401 ; Distance in meters that shouts should travel. Default is 100m 401 ; Distance in meters that shouts should travel. Default is 100m
402 shout_distance = 100 402 shout_distance = 100
403
404 ; Append a prefix to the god avatar names appearing in chat whilst in god mode
405 ; admin_prefix = "@"
403 406
404 407
405[Messaging] 408[Messaging]
@@ -935,6 +938,9 @@
935 938
936 ; Allow the use of os* functions (some are dangerous) 939 ; Allow the use of os* functions (some are dangerous)
937 AllowOSFunctions = false 940 AllowOSFunctions = false
941
942 ; Allow the user of Careminster functions
943 AllowCareminsterFunctions = false
938 944
939 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 945 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
940 OSFunctionThreatLevel = VeryLow 946 OSFunctionThreatLevel = VeryLow
@@ -1191,7 +1197,6 @@
1191 1197
1192 ; Service connector to Groups Service [Select One] ServicesConnectorModule 1198 ; Service connector to Groups Service [Select One] ServicesConnectorModule
1193 1199
1194
1195 ; Simian Grid Service for Groups 1200 ; Simian Grid Service for Groups
1196 ;ServicesConnectorModule = SimianGroupsServicesConnector 1201 ;ServicesConnectorModule = SimianGroupsServicesConnector
1197 ;GroupsServerURI = http://mygridserver.com:82/Grid/ 1202 ;GroupsServerURI = http://mygridserver.com:82/Grid/
@@ -1235,6 +1240,9 @@
1235; For example- http://127.0.0.1:9000/SStats/ 1240; For example- http://127.0.0.1:9000/SStats/
1236; enabled=false 1241; enabled=false
1237 1242
1243[LandManagement]
1244; DefaultAdministratorGroupUUID = "";
1245; DefaultAdministratorParcelName = "";
1238 1246
1239;; 1247;;
1240;; These are defaults that are overwritten below in [Architecture]. 1248;; These are defaults that are overwritten below in [Architecture].