diff options
author | Jeff Ames | 2009-05-25 01:59:50 +0000 |
---|---|---|
committer | Jeff Ames | 2009-05-25 01:59:50 +0000 |
commit | d4957dd9be8ef4484478510f5d3c6c974d3afe26 (patch) | |
tree | bf83a8eb978a776f188f7888f348401672ae298c /bin/config-include/GridCommon.ini.example | |
parent | * Disabled NAT translation support for a little while. (diff) | |
download | opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.zip opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.gz opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.bz2 opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.xz |
Update svn properties.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 0e95f35..de57c98 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -1,17 +1,17 @@ | |||
1 | [Modules] | 1 | [Modules] |
2 | AssetCaching = "CoreAssetCache" | 2 | AssetCaching = "CoreAssetCache" |
3 | 3 | ||
4 | [AssetCache] | 4 | [AssetCache] |
5 | ; Number of buckets for assets | 5 | ; Number of buckets for assets |
6 | CacheBuckets = 32768 | 6 | CacheBuckets = 32768 |
7 | 7 | ||
8 | [AssetService] | 8 | [AssetService] |
9 | 9 | ||
10 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 10 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
11 | AssetLoaderArgs = "assets/AssetSets.xml" | 11 | AssetLoaderArgs = "assets/AssetSets.xml" |
12 | 12 | ||
13 | ; | 13 | ; |
14 | ; change this to your grid-wide asset server | 14 | ; change this to your grid-wide asset server |
15 | ; | 15 | ; |
16 | AssetServerURI = "http://myassetserver.com:8003" | 16 | AssetServerURI = "http://myassetserver.com:8003" |
17 | 17 | ||