Minor formatting cleanup.

0.6.9
Jeff Ames 2010-02-22 13:18:11 +09:00
parent 300f4c58a6
commit e6c869ddfc
2 changed files with 35 additions and 36 deletions

View File

@ -1168,24 +1168,24 @@
; default is false ; default is false
Enabled = false Enabled = false
; Runs MRM in a Security Sandbox ; Runs MRM in a Security Sandbox
; WARNING: DISABLING IS A SECURITY RISK. ; WARNING: DISABLING IS A SECURITY RISK.
Sandboxed = true Sandboxed = true
; The level sandbox to use, adjust at your OWN RISK. ; The level sandbox to use, adjust at your OWN RISK.
; Valid values are: ; Valid values are:
; * FullTrust ; * FullTrust
; * SkipVerification ; * SkipVerification
; * Execution ; * Execution
; * Nothing ; * Nothing
; * LocalIntranet ; * LocalIntranet
; * Internet ; * Internet
; * Everything ; * Everything
SandboxLevel = "Internet" SandboxLevel = "Internet"
; Only allow Region Owners to run MRMs ; Only allow Region Owners to run MRMs
; May represent a security risk if you disable this. ; May represent a security risk if you disable this.
OwnerOnly = true OwnerOnly = true
[Hypergrid] [Hypergrid]
; Keep it false for now. Making it true requires the use of a special client in order to access inventory ; 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] [GridService]
;; default standalone, overridable in StandaloneCommon.ini ;; 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 ;; The following is the configuration section for the new style services

View File

@ -25,6 +25,5 @@
LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
[GridService] [GridService]
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
Realm = "regions" Realm = "regions"