diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7b427a5..e67c8bd 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 |
@@ -1185,7 +1191,6 @@ | |||
1185 | 1191 | ||
1186 | ; Service connector to Groups Service [Select One] ServicesConnectorModule | 1192 | ; Service connector to Groups Service [Select One] ServicesConnectorModule |
1187 | 1193 | ||
1188 | |||
1189 | ; Simian Grid Service for Groups | 1194 | ; Simian Grid Service for Groups |
1190 | ;ServicesConnectorModule = SimianGroupsServicesConnector | 1195 | ;ServicesConnectorModule = SimianGroupsServicesConnector |
1191 | ;GroupsServerURI = http://mygridserver.com:82/Grid/ | 1196 | ;GroupsServerURI = http://mygridserver.com:82/Grid/ |
@@ -1229,6 +1234,9 @@ | |||
1229 | ; For example- http://127.0.0.1:9000/SStats/ | 1234 | ; For example- http://127.0.0.1:9000/SStats/ |
1230 | ; enabled=false | 1235 | ; enabled=false |
1231 | 1236 | ||
1237 | [LandManagement] | ||
1238 | ; DefaultAdministratorGroupUUID = ""; | ||
1239 | ; DefaultAdministratorParcelName = ""; | ||
1232 | 1240 | ||
1233 | ;; | 1241 | ;; |
1234 | ;; These are defaults that are overwritten below in [Architecture]. | 1242 | ;; These are defaults that are overwritten below in [Architecture]. |