StandaloneCommon.ini.example 10 KB

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