2009-05-25 01:59:50 +00:00
|
|
|
[Modules]
|
2009-05-27 16:11:23 +00:00
|
|
|
;AssetCaching = "CoreAssetCache"
|
2009-06-06 17:06:47 +00:00
|
|
|
;AssetCaching = "GlynnTuckerAssetCache"
|
2009-06-03 08:41:08 +00:00
|
|
|
;AssetCaching = "CenomeMemoryAssetCache"
|
2009-06-06 17:06:47 +00:00
|
|
|
AssetCaching = "FlotsamAssetCache"
|
2009-05-25 01:59:50 +00:00
|
|
|
|
|
|
|
[AssetCache]
|
2009-06-06 17:06:47 +00:00
|
|
|
;; ---- Optional configurations for FlotsamAssetCache
|
|
|
|
;
|
|
|
|
; The cache directory can be shared by multiple instances,
|
|
|
|
; so you may want to change this! Note that you can
|
|
|
|
; specify an absolute path (starting with '/').
|
|
|
|
; See examples in comments.
|
|
|
|
; Make sure the directory you specify can be created.
|
|
|
|
;
|
|
|
|
CacheDirectory = ./assetcache
|
|
|
|
;
|
|
|
|
; Some other examples:
|
|
|
|
; CacheDirectory = /var/opensim/assetcache ; (Windows and linux)
|
|
|
|
; CacheDirectory = ~/assetcache ; (Windows and linux)
|
|
|
|
; CacheDirectory = C:\opensim\assetcache ; (Windows only)
|
|
|
|
|
|
|
|
;
|
|
|
|
; How long {in hours} to keep assets cached on disk,
|
|
|
|
; .5 == 30 minutes; 168 = 7 days
|
|
|
|
; Specify 0 if you do not want your disk cache to expire
|
|
|
|
;
|
|
|
|
FileCacheTimeout = 168
|
|
|
|
|
|
|
|
|
|
|
|
;; --------- endof FlotsamAssetCache --------
|
2009-05-25 01:59:50 +00:00
|
|
|
|
2009-06-04 18:36:02 +00:00
|
|
|
|
2009-05-25 01:59:50 +00:00
|
|
|
[AssetService]
|
|
|
|
|
|
|
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
|
|
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
|
|
|
|
|
|
|
;
|
|
|
|
; change this to your grid-wide asset server
|
|
|
|
;
|
|
|
|
AssetServerURI = "http://myassetserver.com:8003"
|
|
|
|
|