aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
blob: a14c6537e2fee1e48f90e6de8f04cde4d571ab8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Modules]
    AssetCaching = "CoreAssetCache"

[AssetCache]
    ; Number of buckets for assets
    CacheBuckets = 16384

[AssetService]
    ;
    ;### Choose the DB
    ;
    ;--- For SQLite
    StorageProvider = "OpenSim.Data.SQLite.dll"
    ;--- For MySql
    ;StorageProvider = "OpenSim.Data.MySQL.dll"
    ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"

    DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
    AssetLoaderArgs = "assets/AssetSets.xml"