StandaloneCommon.ini.example 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. ; This is the main configuration file for standalone OpenSim instances
  2. [DatabaseService]
  3. ;
  4. ; ### Choose the DB
  5. ;
  6. ; SQLite
  7. Include-Storage = "config-include/storage/SQLiteStandalone.ini";
  8. ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older
  9. ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite)
  10. ; for more details
  11. ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini";
  12. ; MySql
  13. ; Uncomment these lines if you want to use mysql storage
  14. ; Change the connection string to your db details
  15. ;StorageProvider = "OpenSim.Data.MySQL.dll"
  16. ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
  17. [AssetService]
  18. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  19. AssetLoaderArgs = "assets/AssetSets.xml"
  20. [Modules]
  21. ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
  22. ;; Copy the config .example file into your own .ini file and change configs there
  23. ;AssetCaching = "GlynnTuckerAssetCache"
  24. ;AssetCaching = "FlotsamAssetCache"
  25. ;Include-FlotsamCache = "config-include/FlotsamCache.ini"
  26. AssetCaching = "CenomeMemoryAssetCache"
  27. Include-CenomeCache = "config-include/CenomeCache.ini"
  28. ;; Enable this to use Freeswitch on a standalone
  29. ;FreeswitchServiceInConnector = True
  30. [FreeswitchService]
  31. ;; Configuration for the freeswitch service goes here
  32. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
  33. [GridService]
  34. ;; For in-memory region storage (default)
  35. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  36. ;;--- For MySql region storage (alternative)
  37. ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
  38. ; If HG, do you want this check on the distance to be performed?
  39. ; Check4096 = "False"
  40. ;; Next, we can specify properties of regions, including default and fallback regions
  41. ;; The syntax is: Region_<RegioName> = "<flags>"
  42. ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
  43. ;; For example:
  44. Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  45. [LibraryModule]
  46. ; Set this if you want to change the name of the OpenSim Library
  47. ;LibraryName = "My World's Library"
  48. [LoginService]
  49. WelcomeMessage = "Welcome, Avatar!"
  50. HomeURI = "http://127.0.0.1:9000"
  51. GatekeeperURI = "http://127.0.0.1:9000"
  52. InventoryServerURI = "http://127.0.0.1:9000"
  53. AssetServerURI = "http://127.0.0.1:9000"
  54. [GatekeeperService]
  55. ExternalName = "http://127.0.0.1:9000"
  56. ; Does this grid allow incoming links to any region in it?
  57. ; If false, HG TPs happen only to the Default regions specified in [GridService] section
  58. AllowTeleportsToAnyRegion = true
  59. [GridInfoService]
  60. ; These settings are used to return information on a get_grid_info call.
  61. ; Client launcher scripts and third-party clients make use of this to
  62. ; autoconfigure the client and to provide a nice user experience. If you
  63. ; want to facilitate that, you should configure the settings here according
  64. ; to your grid or standalone setup.
  65. ;
  66. ; See http://opensimulator.org/wiki/GridInfo
  67. ; login uri: for grid this is the login server URI
  68. login = http://127.0.0.1:9000/
  69. ; long grid name: the long name of your grid
  70. gridname = "the lost continent of hippo"
  71. ; short grid name: the short name of your grid
  72. gridnick = "hippogrid"
  73. ; login page: optional: if it exists it will be used to tell the client to use
  74. ; this as splash page
  75. ; currently unused
  76. ;welcome = http://127.0.0.1/welcome
  77. ; helper uri: optional: if it exists if will be used to tell the client to use
  78. ; this for all economy related things
  79. ; currently unused
  80. ;economy = http://127.0.0.1:9000/
  81. ; web page of grid: optional: page providing further information about your grid
  82. ; currently unused
  83. ;about = http://127.0.0.1/about/
  84. ; account creation: optional: page providing further information about obtaining
  85. ; a user account on your grid
  86. ; currently unused
  87. ;register = http://127.0.0.1/register
  88. ; help: optional: page providing further assistance for users of your grid
  89. ; currently unused
  90. ;help = http://127.0.0.1/help
  91. ; password help: optional: page providing password assistance for users of your grid
  92. ; currently unused
  93. ;password = http://127.0.0.1/password