mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Changing extension of two of the config files to .example because they need to be copied and customized.
This commit is contained in:
21
bin/config-include/StandaloneCommon.ini.example
Normal file
21
bin/config-include/StandaloneCommon.ini.example
Normal file
@@ -0,0 +1,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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user