diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2b78014..1625de0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -364,7 +364,7 @@ | |||
364 | 364 | ||
365 | ;; Path to default appearance XML file that specifies the look of the | 365 | ;; Path to default appearance XML file that specifies the look of the |
366 | ;; default avatars | 366 | ;; default avatars |
367 | ; default_appearance = default_appearance.xml | 367 | ; default_appearance = default_appearance.xml |
368 | 368 | ||
369 | [Wind] | 369 | [Wind] |
370 | ;# {enabled} {} {Enable wind module?} {true false} true | 370 | ;# {enabled} {} {Enable wind module?} {true false} true |
@@ -510,7 +510,7 @@ | |||
510 | ;# {AllowOSFunctions} {Enabled:true} {Allow OSFunctions? (DANGEROUS!)} {true false} false | 510 | ;# {AllowOSFunctions} {Enabled:true} {Allow OSFunctions? (DANGEROUS!)} {true false} false |
511 | ;; Allow the use of os* functions (some are dangerous) | 511 | ;; Allow the use of os* functions (some are dangerous) |
512 | ; AllowOSFunctions = false | 512 | ; AllowOSFunctions = false |
513 | 513 | ||
514 | ;# {AllowLightShareFunctions} {Enabled:true [LightShare]enable_windlight:true} {Allow LightShare functions?} {true false} true | 514 | ;# {AllowLightShareFunctions} {Enabled:true [LightShare]enable_windlight:true} {Allow LightShare functions?} {true false} true |
515 | ; Allow the user of LightShare functions | 515 | ; Allow the user of LightShare functions |
516 | ; AllowLightShareFunctions = false | 516 | ; AllowLightShareFunctions = false |
@@ -633,7 +633,7 @@ | |||
633 | 633 | ||
634 | ;; Service connectors to the Groups Service. Select one depending on | 634 | ;; Service connectors to the Groups Service. Select one depending on |
635 | ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend | 635 | ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend |
636 | 636 | ||
637 | ;# {ServicesConnectorModule} {Module:GroupsModule} {Service connector to use for groups?} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector | 637 | ;# {ServicesConnectorModule} {Module:GroupsModule} {Service connector to use for groups?} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector |
638 | ;; The service connector to use for the GroupsModule | 638 | ;; The service connector to use for the GroupsModule |
639 | ; ServicesConnectorModule = SimianGroupsServicesConnector | 639 | ; ServicesConnectorModule = SimianGroupsServicesConnector |
@@ -644,7 +644,7 @@ | |||
644 | 644 | ||
645 | ;# {NoticesEnabled} {Module:GroupsModule} {Enable group notices?} {true false} true | 645 | ;# {NoticesEnabled} {Module:GroupsModule} {Enable group notices?} {true false} true |
646 | ;; Enable Group Notices | 646 | ;; Enable Group Notices |
647 | ; NoticesEnabled = true | 647 | ; NoticesEnabled = true |
648 | 648 | ||
649 | ;; This makes the Groups modules very chatty on the console. | 649 | ;; This makes the Groups modules very chatty on the console. |
650 | ; DebugEnabled = false | 650 | ; DebugEnabled = false |
@@ -652,12 +652,12 @@ | |||
652 | ;; Specify which messaging module to use for groups messaging and if it's | 652 | ;; Specify which messaging module to use for groups messaging and if it's |
653 | ;; enabled | 653 | ;; enabled |
654 | ; MessagingModule = GroupsMessagingModule | 654 | ; MessagingModule = GroupsMessagingModule |
655 | ; MessagingEnabled = true | 655 | ; MessagingEnabled = true |
656 | 656 | ||
657 | ;; XmlRpc Security settings. These must match those set on your backend | 657 | ;; XmlRpc Security settings. These must match those set on your backend |
658 | ;; groups service. | 658 | ;; groups service. |
659 | ; XmlRpcServiceReadKey = 1234 | 659 | ; XmlRpcServiceReadKey = 1234 |
660 | ; XmlRpcServiceWriteKey = 1234 | 660 | ; XmlRpcServiceWriteKey = 1234 |
661 | 661 | ||
662 | [InterestManagement] | 662 | [InterestManagement] |
663 | ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness | 663 | ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness |