mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Changing extension of two of the config files to .example because they need to be copied and customized.
This commit is contained in:
17
bin/config-include/GridCommon.ini.example
Normal file
17
bin/config-include/GridCommon.ini.example
Normal file
@@ -0,0 +1,17 @@
|
||||
[Modules]
|
||||
AssetCaching = "CoreAssetCache"
|
||||
|
||||
[AssetCache]
|
||||
; Number of buckets for assets
|
||||
CacheBuckets = 32768
|
||||
|
||||
[AssetService]
|
||||
|
||||
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
||||
AssetLoaderArgs = "assets/AssetSets.xml"
|
||||
|
||||
;
|
||||
; change this to your grid-wide asset server
|
||||
;
|
||||
AssetServerURI = "http://myassetserver.com:8003"
|
||||
|
||||
Reference in New Issue
Block a user