aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorCharles Krinke2009-01-10 04:23:23 +0000
committerCharles Krinke2009-01-10 04:23:23 +0000
commita9988fa6cf5042ba7a4360081faa555b7012b7d3 (patch)
tree76425bc1b7c114494bd9588ee5cb7ec29242ede4 /bin/OpenSim.ini.example
parentThank you kindly, StrawberryFride for a patch that: (diff)
downloadopensim-SC_OLD-a9988fa6cf5042ba7a4360081faa555b7012b7d3.zip
opensim-SC_OLD-a9988fa6cf5042ba7a4360081faa555b7012b7d3.tar.gz
opensim-SC_OLD-a9988fa6cf5042ba7a4360081faa555b7012b7d3.tar.bz2
opensim-SC_OLD-a9988fa6cf5042ba7a4360081faa555b7012b7d3.tar.xz
Include the changes from StrawBerryFride's patch to
OpenSim.ini.example.
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c5caf78..05680ab 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -475,7 +475,11 @@ InterregionComms = "RESTComms"
475 ;succeed. setting region_limits to 0 disables the check. 475 ;succeed. setting region_limits to 0 disables the check.
476 ;region_limits = 0 476 ;region_limits = 0
477 477
478 478 enabled_methods = all
479 ; enable only those methods you deem to be appropriate using a | delimited whitelist
480 ; for example, enabled_methods = admin_broadcast|admin_region_query|admin_save_oar|admin_save_xml
481 ; if this parameter is not specified but enabled = true, all methods will be available
482
479[RestPlugins] 483[RestPlugins]
480 ; Change this to true to enable REST Plugins. This must be true if you wish to use 484 ; Change this to true to enable REST Plugins. This must be true if you wish to use
481 ; REST Region or REST Asset and Inventory Plugins 485 ; REST Region or REST Asset and Inventory Plugins