2009-06-10 13:18:32 +00:00
|
|
|
[DatabaseService]
|
2009-05-25 01:59:50 +00:00
|
|
|
;
|
|
|
|
;### 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=***;"
|
|
|
|
|
2009-06-10 13:18:32 +00:00
|
|
|
[AssetService]
|
|
|
|
|
2009-05-25 01:59:50 +00:00
|
|
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
|
|
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
|
|
|
|
2009-06-10 13:18:32 +00:00
|
|
|
|
|
|
|
[Modules]
|
|
|
|
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
|
|
|
|
;; Copy the config .example file into your own .ini file and change configs there
|
|
|
|
|
|
|
|
;AssetCaching = "GlynnTuckerAssetCache"
|
|
|
|
|
|
|
|
;AssetCaching = "FlotsamAssetCache"
|
|
|
|
;Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
|
|
|
|
|
|
|
AssetCaching = "CenomeMemoryAssetCache"
|
|
|
|
Include-CenomeCache = "config-include/CenomeCache.ini"
|
2009-08-04 03:40:22 +00:00
|
|
|
|
|
|
|
;; Enable this to use Freeswitch on a standalone
|
|
|
|
;FreeswitchServiceInConnector = True
|
|
|
|
|
|
|
|
[FreeswitchService]
|
|
|
|
;; Configuration for the freeswitch service goes here
|
2009-08-04 03:47:47 +00:00
|
|
|
LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
|
2009-09-26 17:08:59 +00:00
|
|
|
|
|
|
|
[GridService]
|
|
|
|
;; For in-memory region storage (default)
|
|
|
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
|
|
|
;;--- For MySql region storage (alternative)
|
|
|
|
;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
|
|
|
|
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
|
2009-12-24 01:31:30 +00:00
|
|
|
|
|
|
|
[LibraryModule]
|
|
|
|
; Set this if you want to change the name of the OpenSim Library
|
|
|
|
;LibraryName = "My World's Library"
|