33 lines
867 B
Plaintext
33 lines
867 B
Plaintext
; This file shows initialization defaults for OpenSimulator. If you want to override these
|
|
; please copy/rename this file from .ini.example file to .ini. For example
|
|
;
|
|
; chat.ini.example => chat.ini
|
|
;
|
|
; or you can copy and paste the settings from this file directly to bin/OpenSim.ini
|
|
;
|
|
|
|
[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
|
|
|
|
|
|
[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
|