diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7846d71..c21dc98 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -600,21 +600,19 @@ | |||
600 | ; Set this to a nonzero value to have remote admin use a different port | 600 | ; Set this to a nonzero value to have remote admin use a different port |
601 | port = 0 | 601 | port = 0 |
602 | 602 | ||
603 | ; This password is required to make any XMLRPC call (should be set as the "password" parameter) | ||
603 | access_password = unknown | 604 | access_password = unknown |
604 | 605 | ||
605 | ; set this variable to true if you want the create_region XmlRpc | 606 | ; set this variable to true if you want the create_region XmlRpc |
606 | ; call to unconditionally enable voice on all parcels for a newly | 607 | ; call to unconditionally enable voice on all parcels for a newly |
607 | ; created region [default: false] | 608 | ; created region [default: false] |
608 | |||
609 | create_region_enable_voice = false | 609 | create_region_enable_voice = false |
610 | 610 | ||
611 | ; set this variable to false if you want the create_region XmlRpc | 611 | ; set this variable to false if you want the create_region XmlRpc |
612 | ; call to create all regions as private per default (can be | 612 | ; call to create all regions as private per default (can be |
613 | ; overridden in the XmlRpc call) [default: true] | 613 | ; overridden in the XmlRpc call) [default: true] |
614 | |||
615 | create_region_public = false | 614 | create_region_public = false |
616 | 615 | ||
617 | |||
618 | ; the create_region XmlRpc call uses region_file_template to generate | 616 | ; the create_region XmlRpc call uses region_file_template to generate |
619 | ; the file name of newly create regions (if they are created | 617 | ; the file name of newly create regions (if they are created |
620 | ; persistent). the parameter available are: | 618 | ; persistent). the parameter available are: |
@@ -623,7 +621,6 @@ | |||
623 | ; {2} - region UUID | 621 | ; {2} - region UUID |
624 | ; {3} - region port | 622 | ; {3} - region port |
625 | ; {4} - region name with " ", ":", "/" mapped to "_" | 623 | ; {4} - region name with " ", ":", "/" mapped to "_" |
626 | |||
627 | region_file_template = "{0}x{1}-{2}.xml" | 624 | region_file_template = "{0}x{1}-{2}.xml" |
628 | 625 | ||
629 | ; we can limit the number of regions that XmlRpcCreateRegion will | 626 | ; we can limit the number of regions that XmlRpcCreateRegion will |
@@ -638,6 +635,18 @@ | |||
638 | ; if this parameter is not specified but enabled = true, all methods will be available | 635 | ; if this parameter is not specified but enabled = true, all methods will be available |
639 | enabled_methods = all | 636 | enabled_methods = all |
640 | 637 | ||
638 | ; specify the default appearance for an avatar created through the remote admin interface | ||
639 | ; This will only take effect is the file specified by the default_appearance setting below exists | ||
640 | ;default_male = Default Male | ||
641 | ;default_female = Default Female | ||
642 | |||
643 | ; update appearance copies inventory items and wearables of default avatars. if this value is false | ||
644 | ; (default), just worn assets are copied to the Clothes folder; if true, all Clothes and Bodyparts | ||
645 | ; subfolders are copied. the receiver will wear the same items the default avatar did wear. | ||
646 | ;copy_folders = false | ||
647 | |||
648 | ; path to default appearance XML file that specifies the look of the default avatars | ||
649 | ;default_appearance = default_appearance.xml | ||
641 | 650 | ||
642 | [RestPlugins] | 651 | [RestPlugins] |
643 | ; Change this to true to enable REST Plugins. This must be true if you wish to use | 652 | ; Change this to true to enable REST Plugins. This must be true if you wish to use |