Added a default for grid services in standalone.
parent
6c068eaf12
commit
2e1c76f836
|
@ -1388,6 +1388,7 @@
|
||||||
;; zero configuration
|
;; zero configuration
|
||||||
;;
|
;;
|
||||||
[DatabaseService]
|
[DatabaseService]
|
||||||
|
;; default standalone, overridable in StandaloneCommon.ini
|
||||||
StorageProvider = "OpenSim.Data.SQLite.dll"
|
StorageProvider = "OpenSim.Data.SQLite.dll"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1395,6 +1396,9 @@
|
||||||
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
||||||
AssetLoaderArgs = "assets/AssetSets.xml"
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
||||||
|
|
||||||
|
[GridService]
|
||||||
|
;; default standalone, overridable in StandaloneCommon.ini
|
||||||
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; The following is the configuration section for the new style services
|
;; The following is the configuration section for the new style services
|
||||||
|
|
Loading…
Reference in New Issue