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