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