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