diff options
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 | |||