From 2ff08c84f5cfe9f147f18c92d961b16f84b39015 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 10 Jul 2009 19:47:26 +0000 Subject: * minor: formatting adjustments in OpenSim.ini.example --- bin/OpenSim.ini.example | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index b311064..745b49a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -566,7 +566,6 @@ ;force_simple_prim_meshing = true - [RemoteAdmin] enabled = false access_password = unknown @@ -689,10 +688,12 @@ ;for : - from : ;msgformat = "PRIVMSG {0} : {3} - from {1}" + ;[CMS] ;enabled = true ;channel = 345 + ; Uncomment the following to control the progression of daytime ; in the Sim. The defaults are what is shown below ;[Sun] @@ -729,6 +730,7 @@ ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 strength = 1.0 + [Cloud] ; Enable this to generate classic particle clouds above the sim. ; default is disabled - turn it on here @@ -741,6 +743,7 @@ ; default is 1000 cloud_update_rate = 1000 + [Trees] ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying ; default is false @@ -1158,10 +1161,12 @@ ; default is false Enabled = false + [Hypergrid] ; Keep it false for now. Making it true requires the use of a special client in order to access inventory safemode = false + [FreeSwitchVoice] ; In order for this to work you need a functioning freeswitch pbx set ; up. Configuration for that will be posted in the wiki soon. @@ -1222,11 +1227,13 @@ ; ; XmlRpcDisableKeepAlive = false + [PacketPool] ; Enables the experimental packet pool. Yes, we've been here before. ;RecyclePackets = true; ;RecycleDataBlocks = true; + [LLClient] ; Resend packets markes as reliable until they are received ; @@ -1263,13 +1270,14 @@ ;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 ;; zero configuration ;; [DatabaseService] StorageProvider = "OpenSim.Data.SQLite.dll" + [AssetService] DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" AssetLoaderArgs = "assets/AssetSets.xml" -- cgit v1.1