minor: Make OpenSimDefaults.ini consistent (spacing and tabs to spaces)

0.7.6-extended
Justin Clark-Casey (justincc) 2013-09-27 00:14:40 +01:00
parent ae3407c73e
commit d950cd7670
1 changed files with 33 additions and 18 deletions

View File

@ -399,7 +399,6 @@
; ProfileURL = http://127.0.0.1:9000 ; ProfileURL = http://127.0.0.1:9000
[SMTP] [SMTP]
enabled = false enabled = false
@ -461,6 +460,7 @@
; many simultaneous requests, default is 30 and is currently applied only to assets ; many simultaneous requests, default is 30 and is currently applied only to assets
;MaxRequestConcurrency = 30 ;MaxRequestConcurrency = 30
[ClientStack.LindenUDP] [ClientStack.LindenUDP]
; Set this to true to process incoming packets asynchronously. Networking is ; Set this to true to process incoming packets asynchronously. Networking is
; already separated from packet handling with a queue, so this will only ; already separated from packet handling with a queue, so this will only
@ -560,6 +560,7 @@
; ;
;PausedAckTimeout = 300 ;PausedAckTimeout = 300
[ClientStack.LindenCaps] [ClientStack.LindenCaps]
;; Long list of capabilities taken from ;; Long list of capabilities taken from
;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities
@ -632,8 +633,8 @@
Cap_FetchInventoryDescendents2 = "localhost" Cap_FetchInventoryDescendents2 = "localhost"
Cap_FetchInventory2 = "localhost" Cap_FetchInventory2 = "localhost"
; Capability for searching for people ; Capability for searching for people
Cap_AvatarPickerSearch = "localhost" Cap_AvatarPickerSearch = "localhost"
[Chat] [Chat]
@ -962,6 +963,7 @@
; Default is false. ; Default is false.
;force_simple_prim_meshing = true ;force_simple_prim_meshing = true
[BulletSim] [BulletSim]
; All the BulletSim parameters can be displayed with the console command ; All the BulletSim parameters can be displayed with the console command
; "physics get all" and all are defined in the source file ; "physics get all" and all are defined in the source file
@ -1277,6 +1279,7 @@
; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL()) ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
max_external_urls_per_simulator = 100 max_external_urls_per_simulator = 100
[DataSnapshot] [DataSnapshot]
; The following set of configs pertains to search. ; The following set of configs pertains to search.
; Set index_sims to true to enable search engines to index your searchable data ; Set index_sims to true to enable search engines to index your searchable data
@ -1681,31 +1684,36 @@
RootReprioritizationDistance = 10.0 RootReprioritizationDistance = 10.0
ChildReprioritizationDistance = 20.0 ChildReprioritizationDistance = 20.0
[Monitoring] [Monitoring]
; Enable region monitoring ; Enable region monitoring
; If true, this will print out an error if more than a minute has passed since the last simulator frame ; If true, this will print out an error if more than a minute has passed since the last simulator frame
; Also is another source of region statistics provided via the regionstats URL ; Also is another source of region statistics provided via the regionstats URL
Enabled = true Enabled = true
; View region statistics via a web page
; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
; Use a web browser and type in the "Login URI" + "/SStats/"
; For example- http://127.0.0.1:9000/SStats/
[WebStats] [WebStats]
; enabled=false ; View region statistics via a web page
; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
; Use a web browser and type in the "Login URI" + "/SStats/"
; For example- http://127.0.0.1:9000/SStats/
; enabled=false
[MediaOnAPrim] [MediaOnAPrim]
; Enable media on a prim facilities ; Enable media on a prim facilities
Enabled = true; Enabled = true;
[NPC] [NPC]
;; Enable Non Player Character (NPC) facilities ;; Enable Non Player Character (NPC) facilities
Enabled = false Enabled = false
[Terrain] [Terrain]
InitialTerrain = "pinhead-island" InitialTerrain = "pinhead-island"
;; ;;
;; If you are using a simian grid frontend you can enable ;; If you are using a simian grid frontend you can enable
;; this module to upload tile images for the mapping fn ;; this module to upload tile images for the mapping fn
@ -1715,15 +1723,17 @@
MaptileURL = "http://www.mygrid.com/Grid/" MaptileURL = "http://www.mygrid.com/Grid/"
RefreshTime = 3600 RefreshTime = 3600
;; ;;
;; JsonStore module provides structured store for scripts ;; JsonStore module provides structured store for scripts
;; ;;
[JsonStore] [JsonStore]
Enabled = False Enabled = False
;; Enable direct access to the SOP dynamic attributes
EnableObjectStore = False
MaxStringSpace = 0
;; Enable direct access to the SOP dynamic attributes
EnableObjectStore = False
MaxStringSpace = 0
;; ;;
;; These are defaults that are overwritten below in [Architecture]. ;; These are defaults that are overwritten below in [Architecture].
@ -1738,24 +1748,29 @@ MaxStringSpace = 0
; asset store each time the region starts ; asset store each time the region starts
AssetLoaderEnabled = true AssetLoaderEnabled = true
[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"
[AutoBackupModule] [AutoBackupModule]
;; default is module is disabled at the top level ;; default is module is disabled at the top level
AutoBackupModuleEnabled = false AutoBackupModuleEnabled = false
[Sounds] [Sounds]
;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule} ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule}
Module = OpenSim.Region.CoreModules.dll:SoundModule Module = OpenSim.Region.CoreModules.dll:SoundModule
;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
MaxDistance = 100.0
;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
MaxDistance = 100.0
[ServiceThrottle] [ServiceThrottle]
;; Default time interval (in ms) for the throttle service thread to wake up ;; Default time interval (in ms) for the throttle service thread to wake up
Interval = 5000 Interval = 5000
[Modules] [Modules]
Include-modules = "addon-modules/*/config/*.ini" Include-modules = "addon-modules/*/config/*.ini"