Comment out unused RestPlugins text in OpenSimDefaults.ini

connector_plugin
Justin Clark-Casey (justincc) 2012-09-28 02:19:15 +01:00
parent b5af17c8e3
commit d26fbf727a
1 changed files with 21 additions and 20 deletions

View File

@ -1037,30 +1037,31 @@
;default_appearance = default_appearance.xml
[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
enabled = false
god_key = SECRET
prefix = /admin
; RestPlugins are not currently operational.
;[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
; enabled = false
; god_key = SECRET
; prefix = /admin
[RestRegionPlugin]
; Change this to true to enable the REST Region Plugin
enabled = false
;[RestRegionPlugin]
; ; Change this to true to enable the REST Region Plugin
; enabled = false
[RestHandler]
; Change this to true to enable the REST Asset and Inventory Plugin
enabled = false
authenticate = true
secured = true
extended-escape = true
realm = OpenSim REST
dump-asset = false
path-fill = true
dump-line-size = 32
flush-on-error = true
;[RestHandler]
; ; Change this to true to enable the REST Asset and Inventory Plugin
; enabled = false
; authenticate = true
; secured = true
; extended-escape = true
; realm = OpenSim REST
; dump-asset = false
; path-fill = true
; dump-line-size = 32
; flush-on-error = true
; IRC bridge is experimental, so if it breaks... keep both parts... yada yada