StandaloneCommon.ini.example 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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. ; MySql
  9. ; Uncomment these lines if you want to use mysql storage
  10. ; Change the connection string to your db details
  11. ;StorageProvider = "OpenSim.Data.MySQL.dll"
  12. ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
  13. ; Uncomment this line if you are using MySQL and want to use a different database for estates
  14. ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
  15. ; MSSQL
  16. ; Uncomment these lines if you want to use MSSQL storage
  17. ; Change the connection string to your db details
  18. ; The value for server property is shown in your SQL Server Management Studio login dialog.
  19. ; (This sample is the default of express edition)
  20. ;StorageProvider = "OpenSim.Data.MSSQL.dll"
  21. ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
  22. [AssetService]
  23. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  24. AssetLoaderArgs = "assets/AssetSets.xml"
  25. [HGInventoryService]
  26. ProfileServerURI = "http://127.0.0.1:9000/profiles"
  27. [HGAssetService]
  28. ProfileServerURI = "http://127.0.0.1:9000/profiles"
  29. [HGInventoryAccessModule]
  30. ProfileServerURI = "http://127.0.0.1:9000/profiles"
  31. Gatekeeper = "http://127.0.0.1:9000"
  32. ;; If you want to protect your assets from being copied by foreign visitors
  33. ;; uncomment the next line. You may want to do this on sims that have licensed content.
  34. ; OutboundPermission = False
  35. [Modules]
  36. ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
  37. ;; Copy the config .example file into your own .ini file and change configs there
  38. ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
  39. AssetCaching = "FlotsamAssetCache"
  40. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  41. ;AssetCaching = "GlynnTuckerAssetCache"
  42. ; AssetCaching = "CenomeMemoryAssetCache"
  43. ; Include-CenomeCache = "config-include/CenomeCache.ini"
  44. ;; Authorization is not on by default, as it depends on external php
  45. ;AuthorizationServices = "LocalAuthorizationServicesConnector"
  46. [GridService]
  47. ;; For in-memory region storage (default)
  48. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  49. ;;--- For MySql region storage (alternative)
  50. ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
  51. ;; Directory for map tile images of remote regions
  52. ; MapTileDirectory = "./maptiles"
  53. ;; Next, we can specify properties of regions, including default and fallback regions
  54. ;; The syntax is: Region_<RegioName> = "<flags>"
  55. ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
  56. ;; For example:
  57. Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  58. ; === HG ONLY ===
  59. ;; change this to the address of your simulator
  60. Gatekeeper="http://127.0.0.1:9000"
  61. [Messaging]
  62. ; === HG ONLY ===
  63. ;; change this to the address of your simulator
  64. Gatekeeper = "http://127.0.0.1:9000"
  65. [LibraryModule]
  66. ; Set this if you want to change the name of the OpenSim Library
  67. ;LibraryName = "My World's Library"
  68. [LoginService]
  69. WelcomeMessage = "Welcome, Avatar!"
  70. GatekeeperURI = "http://127.0.0.1:9000"
  71. SRV_HomeURI = "http://127.0.0.1:9000"
  72. SRV_InventoryServerURI = "http://127.0.0.1:9000"
  73. SRV_AssetServerURI = "http://127.0.0.1:9000"
  74. SRV_ProfileServerURI = "http://127.0.0.1:9000"
  75. SRV_FriendsServerURI = "http://127.0.0.1:9000"
  76. SRV_IMServerURI = "http://127.0.0.1:9000"
  77. ;; For Viewer 2
  78. MapTileURL = "http://127.0.0.1:9000/"
  79. ;; Ask co-operative viewers to use a different currency name
  80. ;Currency = ""
  81. ;; Regular expressions for controlling which client versions are accepted/denied.
  82. ;; An empty string means nothing is checked.
  83. ;;
  84. ;; Example 1: allow only these 3 types of clients (any version of them)
  85. ;; AllowedClients = "Imprudence|Hippo|Second Life"
  86. ;;
  87. ;; Example 2: allow all clients except these
  88. ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
  89. ;;
  90. ;; Note that these are regular expressions, so every character counts.
  91. ;; Also note that this is very weak security and should not be trusted as a reliable means
  92. ;; for keeping bad clients out; modified clients can fake their identifiers.
  93. ;;
  94. ;;
  95. ;AllowedClients = ""
  96. ;DeniedClients = ""
  97. [GatekeeperService]
  98. ExternalName = "http://127.0.0.1:9000"
  99. ; Does this grid allow incoming links to any region in it?
  100. ; If false, HG TPs happen only to the Default regions specified in [GridService] section
  101. AllowTeleportsToAnyRegion = true
  102. ;; Regular expressions for controlling which client versions are accepted/denied.
  103. ;; An empty string means nothing is checked.
  104. ;;
  105. ;; Example 1: allow only these 3 types of clients (any version of them)
  106. ;; AllowedClients = "Imprudence|Hippo|Second Life"
  107. ;;
  108. ;; Example 2: allow all clients except these
  109. ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
  110. ;;
  111. ;; Note that these are regular expressions, so every character counts.
  112. ;; Also note that this is very weak security and should not be trusted as a reliable means
  113. ;; for keeping bad clients out; modified clients can fake their identifiers.
  114. ;;
  115. ;;
  116. ;AllowedClients = ""
  117. ;DeniedClients = ""
  118. [FreeswitchService]
  119. ;; If FreeSWITCH is not being used then you don't need to set any of these parameters
  120. ;;
  121. ;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone
  122. ;; This has to be set for the FreeSWITCH service to work
  123. ;; This address must be reachable by viewers.
  124. ;ServerAddress = 127.0.0.1
  125. ;; The following configuration parameters are optional
  126. ;; By default, this is the same as the ServerAddress
  127. ; Realm = 127.0.0.1
  128. ;; By default, this is the same as the ServerAddress on port 5060
  129. ; SIPProxy = 127.0.0.1:5060
  130. ;; Default is 5000ms
  131. ; DefaultTimeout = 5000
  132. ;; The dial plan context. Default is "default"
  133. ; Context = default
  134. ;; Currently unused
  135. ; UserName = freeswitch
  136. ;; Currently unused
  137. ; Password = password
  138. ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
  139. ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
  140. ;; stun.freeswitch.org is not guaranteed to be running so use it in
  141. ;; production at your own risk
  142. ; EchoServer = 127.0.0.1
  143. ; EchoPort = 50505
  144. ; AttemptSTUN = false
  145. [GridInfoService]
  146. ; These settings are used to return information on a get_grid_info call.
  147. ; Client launcher scripts and third-party clients make use of this to
  148. ; autoconfigure the client and to provide a nice user experience. If you
  149. ; want to facilitate that, you should configure the settings here according
  150. ; to your grid or standalone setup.
  151. ;
  152. ; See http://opensimulator.org/wiki/GridInfo
  153. ; login uri: for grid this is the login server URI
  154. login = http://127.0.0.1:9000/
  155. ; long grid name: the long name of your grid
  156. gridname = "the lost continent of hippo"
  157. ; short grid name: the short name of your grid
  158. gridnick = "hippogrid"
  159. ; login page: optional: if it exists it will be used to tell the client to use
  160. ; this as splash page
  161. ; currently unused
  162. ;welcome = http://127.0.0.1/welcome
  163. ; helper uri: optional: if it exists if will be used to tell the client to use
  164. ; this for all economy related things
  165. ; currently unused
  166. ;economy = http://127.0.0.1:9000/
  167. ; web page of grid: optional: page providing further information about your grid
  168. ; currently unused
  169. ;about = http://127.0.0.1/about/
  170. ; account creation: optional: page providing further information about obtaining
  171. ; a user account on your grid
  172. ; currently unused
  173. ;register = http://127.0.0.1/register
  174. ; help: optional: page providing further assistance for users of your grid
  175. ; currently unused
  176. ;help = http://127.0.0.1/help
  177. ; password help: optional: page providing password assistance for users of your grid
  178. ; currently unused
  179. ;password = http://127.0.0.1/password
  180. [MapImageService]
  181. ; Set this if you want to change the default
  182. ; TilesStoragePath = "maptiles"