diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 550162a..f0e7679 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -588,6 +588,19 @@ | |||
588 | enabled = false | 588 | enabled = false |
589 | access_password = unknown | 589 | access_password = unknown |
590 | 590 | ||
591 | ; set this variable to true if you want the create_region XmlRpc | ||
592 | ; call to unconditionally enable voice on all parcels for a newly | ||
593 | ; created region [default: false] | ||
594 | |||
595 | create_region_enable_voice = false | ||
596 | |||
597 | ; set this variable to false if you want the create_region XmlRpc | ||
598 | ; call to create all regions as private per default (can be | ||
599 | ; overridden in the XmlRpc call) [default: true] | ||
600 | |||
601 | create_region_public = false | ||
602 | |||
603 | |||
591 | ; the create_region XmlRpc call uses region_file_template to generate | 604 | ; the create_region XmlRpc call uses region_file_template to generate |
592 | ; the file name of newly create regions (if they are created | 605 | ; the file name of newly create regions (if they are created |
593 | ; persistent). the parameter available are: | 606 | ; persistent). the parameter available are: |