aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
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