StandaloneCommon.ini.example 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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"
  26. [GridService]
  27. ;; For in-memory region storage (default)
  28. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  29. ;;--- For MySql region storage (alternative)
  30. ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
  31. ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
  32. [LibraryModule]
  33. ; Set this if you want to change the name of the OpenSim Library
  34. ;LibraryName = "My World's Library"