aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
new file mode 100644
index 0000000..0e95f35
--- /dev/null
+++ b/bin/config-include/GridCommon.ini.example
@@ -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