aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini
diff options
context:
space:
mode:
authordiva2009-05-22 22:48:25 +0000
committerdiva2009-05-22 22:48:25 +0000
commit92d5b1560d0489b16b5a6c57df11429ff1caf66f (patch)
tree92a8e9a274cdf6aba58bdf8797adc6457d1207b2 /bin/config-include/GridCommon.ini
parent* Reintroduce save iar test, which wasn't working because the asset service h... (diff)
downloadopensim-SC_OLD-92d5b1560d0489b16b5a6c57df11429ff1caf66f.zip
opensim-SC_OLD-92d5b1560d0489b16b5a6c57df11429ff1caf66f.tar.gz
opensim-SC_OLD-92d5b1560d0489b16b5a6c57df11429ff1caf66f.tar.bz2
opensim-SC_OLD-92d5b1560d0489b16b5a6c57df11429ff1caf66f.tar.xz
Added a few pre-packaged configurations to make it easier for people to configure their sims.
Diffstat (limited to 'bin/config-include/GridCommon.ini')
-rw-r--r--bin/config-include/GridCommon.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini b/bin/config-include/GridCommon.ini
new file mode 100644
index 0000000..0e95f35
--- /dev/null
+++ b/bin/config-include/GridCommon.ini
@@ -0,0 +1,17 @@
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