From a3f36f195459d44866de216529045f5af8406ab6 Mon Sep 17 00:00:00 2001 From: diva Date: Wed, 10 Jun 2009 16:31:22 +0000 Subject: Added some defaults to OpenSim.ini.example so that it works out of the box again with zero configuration. --- bin/OpenSim.ini.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cae87ee..535d539 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1223,6 +1223,19 @@ ;PacketMTU = 1400 +;; +;; These are defatuls 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" + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; The following is the configuration section for the new style services ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.1