diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c5caf78daa..05680ab398 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -475,7 +475,11 @@ InterregionComms = "RESTComms" ;succeed. setting region_limits to 0 disables the check. ;region_limits = 0 - + enabled_methods = all + ; enable only those methods you deem to be appropriate using a | delimited whitelist + ; for example, enabled_methods = admin_broadcast|admin_region_query|admin_save_oar|admin_save_xml + ; if this parameter is not specified but enabled = true, all methods will be available + [RestPlugins] ; Change this to true to enable REST Plugins. This must be true if you wish to use ; REST Region or REST Asset and Inventory Plugins