Minor formatting cleanup.
parent
300f4c58a6
commit
e6c869ddfc
|
@ -1168,24 +1168,24 @@
|
|||
; default is false
|
||||
Enabled = false
|
||||
|
||||
; Runs MRM in a Security Sandbox
|
||||
; WARNING: DISABLING IS A SECURITY RISK.
|
||||
Sandboxed = true
|
||||
; Runs MRM in a Security Sandbox
|
||||
; WARNING: DISABLING IS A SECURITY RISK.
|
||||
Sandboxed = true
|
||||
|
||||
; The level sandbox to use, adjust at your OWN RISK.
|
||||
; Valid values are:
|
||||
; * FullTrust
|
||||
; The level sandbox to use, adjust at your OWN RISK.
|
||||
; Valid values are:
|
||||
; * FullTrust
|
||||
; * SkipVerification
|
||||
; * Execution
|
||||
; * Nothing
|
||||
; * LocalIntranet
|
||||
; * Internet
|
||||
; * Everything
|
||||
SandboxLevel = "Internet"
|
||||
SandboxLevel = "Internet"
|
||||
|
||||
; Only allow Region Owners to run MRMs
|
||||
; May represent a security risk if you disable this.
|
||||
OwnerOnly = true
|
||||
; Only allow Region Owners to run MRMs
|
||||
; May represent a security risk if you disable this.
|
||||
OwnerOnly = true
|
||||
|
||||
[Hypergrid]
|
||||
; Keep it false for now. Making it true requires the use of a special client in order to access inventory
|
||||
|
@ -1361,7 +1361,7 @@
|
|||
|
||||
[GridService]
|
||||
;; default standalone, overridable in StandaloneCommon.ini
|
||||
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; The following is the configuration section for the new style services
|
||||
|
|
|
@ -25,6 +25,5 @@
|
|||
LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
|
||||
|
||||
[GridService]
|
||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||
Realm = "regions"
|
||||
|
||||
|
|
Loading…
Reference in New Issue