StandaloneCommon.ini.example 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. [DatabaseService]
  2. ;
  3. ;### Choose the DB
  4. ;
  5. ;--- For SQLite
  6. StorageProvider = "OpenSim.Data.SQLite.dll"
  7. ;--- For MySql
  8. ;StorageProvider = "OpenSim.Data.MySQL.dll"
  9. ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
  10. [AssetService]
  11. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  12. AssetLoaderArgs = "assets/AssetSets.xml"
  13. [Modules]
  14. ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
  15. ;; Copy the config .example file into your own .ini file and change configs there
  16. ;AssetCaching = "GlynnTuckerAssetCache"
  17. ;AssetCaching = "FlotsamAssetCache"
  18. ;Include-FlotsamCache = "config-include/FlotsamCache.ini"
  19. AssetCaching = "CenomeMemoryAssetCache"
  20. Include-CenomeCache = "config-include/CenomeCache.ini"
  21. ;; Enable this to use Freeswitch on a standalone
  22. ;FreeswitchServiceInConnector = True
  23. [FreeswitchService]
  24. ;; Configuration for the freeswitch service goes here
  25. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"