Added some defaults to OpenSim.ini.example so that it works out of the box again with zero configuration.

This commit is contained in:
diva
2009-06-10 16:31:22 +00:00
parent b465dd7eb3
commit a3f36f1954

View File

@@ -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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;