mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Heart surgery no.2: the inventory service hooks.
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
[Modules]
|
||||
;AssetCaching = "CoreAssetCache"
|
||||
;AssetCaching = "GlynnTuckerAssetCache"
|
||||
AssetCaching = "CenomeMemoryAssetCache"
|
||||
|
||||
[AssetService]
|
||||
[DatabaseService]
|
||||
;
|
||||
;### Choose the DB
|
||||
;
|
||||
@@ -13,6 +8,20 @@
|
||||
;StorageProvider = "OpenSim.Data.MySQL.dll"
|
||||
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
|
||||
|
||||
[AssetService]
|
||||
|
||||
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
||||
AssetLoaderArgs = "assets/AssetSets.xml"
|
||||
|
||||
|
||||
[Modules]
|
||||
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
|
||||
;; Copy the config .example file into your own .ini file and change configs there
|
||||
|
||||
;AssetCaching = "GlynnTuckerAssetCache"
|
||||
|
||||
;AssetCaching = "FlotsamAssetCache"
|
||||
;Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
||||
|
||||
AssetCaching = "CenomeMemoryAssetCache"
|
||||
Include-CenomeCache = "config-include/CenomeCache.ini"
|
||||
|
||||
Reference in New Issue
Block a user