Comment out unused RestPlugins text in OpenSimDefaults.ini
parent
b5af17c8e3
commit
d26fbf727a
|
@ -1037,30 +1037,31 @@
|
||||||
;default_appearance = default_appearance.xml
|
;default_appearance = default_appearance.xml
|
||||||
|
|
||||||
|
|
||||||
[RestPlugins]
|
; RestPlugins are not currently operational.
|
||||||
; Change this to true to enable REST Plugins. This must be true if you wish to use
|
;[RestPlugins]
|
||||||
; REST Region or REST Asset and Inventory Plugins
|
; ; Change this to true to enable REST Plugins. This must be true if you wish to use
|
||||||
enabled = false
|
; ; REST Region or REST Asset and Inventory Plugins
|
||||||
god_key = SECRET
|
; enabled = false
|
||||||
prefix = /admin
|
; god_key = SECRET
|
||||||
|
; prefix = /admin
|
||||||
|
|
||||||
|
|
||||||
[RestRegionPlugin]
|
;[RestRegionPlugin]
|
||||||
; Change this to true to enable the REST Region Plugin
|
; ; Change this to true to enable the REST Region Plugin
|
||||||
enabled = false
|
; enabled = false
|
||||||
|
|
||||||
|
|
||||||
[RestHandler]
|
;[RestHandler]
|
||||||
; Change this to true to enable the REST Asset and Inventory Plugin
|
; ; Change this to true to enable the REST Asset and Inventory Plugin
|
||||||
enabled = false
|
; enabled = false
|
||||||
authenticate = true
|
; authenticate = true
|
||||||
secured = true
|
; secured = true
|
||||||
extended-escape = true
|
; extended-escape = true
|
||||||
realm = OpenSim REST
|
; realm = OpenSim REST
|
||||||
dump-asset = false
|
; dump-asset = false
|
||||||
path-fill = true
|
; path-fill = true
|
||||||
dump-line-size = 32
|
; dump-line-size = 32
|
||||||
flush-on-error = true
|
; flush-on-error = true
|
||||||
|
|
||||||
|
|
||||||
; IRC bridge is experimental, so if it breaks... keep both parts... yada yada
|
; IRC bridge is experimental, so if it breaks... keep both parts... yada yada
|
||||||
|
|
Loading…
Reference in New Issue