aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 8055ba4..7fcabbc 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1388,6 +1388,7 @@
1388;; zero configuration 1388;; zero configuration
1389;; 1389;;
1390[DatabaseService] 1390[DatabaseService]
1391 ;; default standalone, overridable in StandaloneCommon.ini
1391 StorageProvider = "OpenSim.Data.SQLite.dll" 1392 StorageProvider = "OpenSim.Data.SQLite.dll"
1392 1393
1393 1394
@@ -1395,6 +1396,9 @@
1395 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 1396 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
1396 AssetLoaderArgs = "assets/AssetSets.xml" 1397 AssetLoaderArgs = "assets/AssetSets.xml"
1397 1398
1399[GridService]
1400 ;; default standalone, overridable in StandaloneCommon.ini
1401 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
1398 1402
1399 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1403 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1400 ;; The following is the configuration section for the new style services 1404 ;; The following is the configuration section for the new style services