* minor: formatting adjustments in OpenSim.ini.example

trunk
Justin Clarke Casey 2009-07-10 19:47:26 +00:00
parent 18ffbf6342
commit 2ff08c84f5
1 changed files with 10 additions and 2 deletions

View File

@ -566,7 +566,6 @@
;force_simple_prim_meshing = true ;force_simple_prim_meshing = true
[RemoteAdmin] [RemoteAdmin]
enabled = false enabled = false
access_password = unknown access_password = unknown
@ -689,10 +688,12 @@
;for <bot>:<message> - from <user> : ;for <bot>:<message> - from <user> :
;msgformat = "PRIVMSG {0} : {3} - from {1}" ;msgformat = "PRIVMSG {0} : {3} - from {1}"
;[CMS] ;[CMS]
;enabled = true ;enabled = true
;channel = 345 ;channel = 345
; Uncomment the following to control the progression of daytime ; Uncomment the following to control the progression of daytime
; in the Sim. The defaults are what is shown below ; in the Sim. The defaults are what is shown below
;[Sun] ;[Sun]
@ -729,6 +730,7 @@
; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0
strength = 1.0 strength = 1.0
[Cloud] [Cloud]
; Enable this to generate classic particle clouds above the sim. ; Enable this to generate classic particle clouds above the sim.
; default is disabled - turn it on here ; default is disabled - turn it on here
@ -741,6 +743,7 @@
; default is 1000 ; default is 1000
cloud_update_rate = 1000 cloud_update_rate = 1000
[Trees] [Trees]
; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
; default is false ; default is false
@ -1158,10 +1161,12 @@
; default is false ; default is false
Enabled = false Enabled = false
[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
safemode = false safemode = false
[FreeSwitchVoice] [FreeSwitchVoice]
; In order for this to work you need a functioning freeswitch pbx set ; In order for this to work you need a functioning freeswitch pbx set
; up. Configuration for that will be posted in the wiki soon. ; up. Configuration for that will be posted in the wiki soon.
@ -1222,11 +1227,13 @@
; ;
; XmlRpcDisableKeepAlive = false ; XmlRpcDisableKeepAlive = false
[PacketPool] [PacketPool]
; Enables the experimental packet pool. Yes, we've been here before. ; Enables the experimental packet pool. Yes, we've been here before.
;RecyclePackets = true; ;RecyclePackets = true;
;RecycleDataBlocks = true; ;RecycleDataBlocks = true;
[LLClient] [LLClient]
; Resend packets markes as reliable until they are received ; Resend packets markes as reliable until they are received
; ;
@ -1263,13 +1270,14 @@
;TextureDataLimit = 5 ;TextureDataLimit = 5
;; ;;
;; These are defatuls that are overwritten below in [Architecture]. ;; These are defaults that are overwritten below in [Architecture].
;; These defaults allow OpenSim to work out of the box with ;; These defaults allow OpenSim to work out of the box with
;; zero configuration ;; zero configuration
;; ;;
[DatabaseService] [DatabaseService]
StorageProvider = "OpenSim.Data.SQLite.dll" StorageProvider = "OpenSim.Data.SQLite.dll"
[AssetService] [AssetService]
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml" AssetLoaderArgs = "assets/AssetSets.xml"