aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authordiva2009-05-23 01:40:03 +0000
committerdiva2009-05-23 01:40:03 +0000
commit1be22bc626720a7c10b5efcbfe355638d79df47e (patch)
tree0c9f99e3dae2b06479413ea45d6de7dd01775b28 /bin/config-include/StandaloneCommon.ini.example
parentAdded a few pre-packaged configurations to make it easier for people to confi... (diff)
downloadopensim-SC_OLD-1be22bc626720a7c10b5efcbfe355638d79df47e.zip
opensim-SC_OLD-1be22bc626720a7c10b5efcbfe355638d79df47e.tar.gz
opensim-SC_OLD-1be22bc626720a7c10b5efcbfe355638d79df47e.tar.bz2
opensim-SC_OLD-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/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example21
1 files changed, 21 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
new file mode 100644
index 0000000..a14c653
--- /dev/null
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -0,0 +1,21 @@
1[Modules]
2 AssetCaching = "CoreAssetCache"
3
4[AssetCache]
5 ; Number of buckets for assets
6 CacheBuckets = 16384
7
8[AssetService]
9 ;
10 ;### Choose the DB
11 ;
12 ;--- For SQLite
13 StorageProvider = "OpenSim.Data.SQLite.dll"
14 ;--- For MySql
15 ;StorageProvider = "OpenSim.Data.MySQL.dll"
16 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
17
18 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
19 AssetLoaderArgs = "assets/AssetSets.xml"
20
21