diff options
author | diva | 2009-05-23 01:40:03 +0000 |
---|---|---|
committer | diva | 2009-05-23 01:40:03 +0000 |
commit | 1be22bc626720a7c10b5efcbfe355638d79df47e (patch) | |
tree | 0c9f99e3dae2b06479413ea45d6de7dd01775b28 /bin/config-include/GridCommon.ini | |
parent | Added a few pre-packaged configurations to make it easier for people to confi... (diff) | |
download | opensim-SC-1be22bc626720a7c10b5efcbfe355638d79df47e.zip opensim-SC-1be22bc626720a7c10b5efcbfe355638d79df47e.tar.gz opensim-SC-1be22bc626720a7c10b5efcbfe355638d79df47e.tar.bz2 opensim-SC-1be22bc626720a7c10b5efcbfe355638d79df47e.tar.xz |
Changing extension of two of the config files to .example because they need to be copied and customized.
Diffstat (limited to 'bin/config-include/GridCommon.ini')
-rw-r--r-- | bin/config-include/GridCommon.ini | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/config-include/GridCommon.ini b/bin/config-include/GridCommon.ini deleted file mode 100644 index 0e95f35..0000000 --- a/bin/config-include/GridCommon.ini +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | [Modules] | ||
2 | AssetCaching = "CoreAssetCache" | ||
3 | |||
4 | [AssetCache] | ||
5 | ; Number of buckets for assets | ||
6 | CacheBuckets = 32768 | ||
7 | |||
8 | [AssetService] | ||
9 | |||
10 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | ||
11 | AssetLoaderArgs = "assets/AssetSets.xml" | ||
12 | |||
13 | ; | ||
14 | ; change this to your grid-wide asset server | ||
15 | ; | ||
16 | AssetServerURI = "http://myassetserver.com:8003" | ||
17 | |||