aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 50198b3..fa8dc9d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1374,6 +1374,7 @@
1374;; zero configuration 1374;; zero configuration
1375;; 1375;;
1376[DatabaseService] 1376[DatabaseService]
1377 ;; default standalone, overridable in StandaloneCommon.ini
1377 StorageProvider = "OpenSim.Data.SQLite.dll" 1378 StorageProvider = "OpenSim.Data.SQLite.dll"
1378 1379
1379 1380
@@ -1381,6 +1382,9 @@
1381 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 1382 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
1382 AssetLoaderArgs = "assets/AssetSets.xml" 1383 AssetLoaderArgs = "assets/AssetSets.xml"
1383 1384
1385[GridService]
1386 ;; default standalone, overridable in StandaloneCommon.ini
1387 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
1384 1388
1385 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1389 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1386 ;; The following is the configuration section for the new style services 1390 ;; The following is the configuration section for the new style services