aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordiva2009-06-10 16:31:22 +0000
committerdiva2009-06-10 16:31:22 +0000
commita3f36f195459d44866de216529045f5af8406ab6 (patch)
tree3baeda32ace95d60ac5804ff7ac01c66e29dd933
parentReverse the default setting in Flotsam Asset Cache. Nothing should be the def... (diff)
downloadopensim-SC_OLD-a3f36f195459d44866de216529045f5af8406ab6.zip
opensim-SC_OLD-a3f36f195459d44866de216529045f5af8406ab6.tar.gz
opensim-SC_OLD-a3f36f195459d44866de216529045f5af8406ab6.tar.bz2
opensim-SC_OLD-a3f36f195459d44866de216529045f5af8406ab6.tar.xz
Added some defaults to OpenSim.ini.example so that it works out of the box again with zero configuration.
-rw-r--r--bin/OpenSim.ini.example13
1 files changed, 13 insertions, 0 deletions
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 @@
1223 ;PacketMTU = 1400 1223 ;PacketMTU = 1400
1224 1224
1225 1225
1226;;
1227;; These are defatuls that are overwritten below in [Architecture].
1228;; These defaults allow OpenSim to work out of the box with
1229;; zero configuration
1230;;
1231[DatabaseService]
1232 StorageProvider = "OpenSim.Data.SQLite.dll"
1233
1234[AssetService]
1235 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
1236 AssetLoaderArgs = "assets/AssetSets.xml"
1237
1238
1226 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1239 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1227 ;; The following is the configuration section for the new style services 1240 ;; The following is the configuration section for the new style services
1228 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1241 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;