Robust.ini.example 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. ; * Run
  2. ; * $ Robust.exe -inifile Robust.ini
  3. ; *
  4. ; * The startup section lists all the connectors to start up in this server
  5. ; * instance. This may be only one, or it may be the entire server suite.
  6. ; * Multiple connectors should be separated by commas.
  7. ; *
  8. ; * These are the IN connectors the server uses, the in connectors
  9. ; * read this config file and load the needed service and database connectors
  10. ; *
  11. ; * The full syntax of a connector string is:
  12. ; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
  13. ; *
  14. [Startup]
  15. [ServiceList]
  16. AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
  17. InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"
  18. VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
  19. GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
  20. GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
  21. AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"
  22. OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector"
  23. AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector"
  24. LLLoginServiceInConnector = "8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector"
  25. PresenceServiceConnector = "8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector"
  26. UserAccountServiceConnector = "8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector"
  27. GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector"
  28. FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
  29. MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
  30. MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
  31. ; * This is common for all services, it's the network setup for the entire
  32. ; * server instance, if none is specified above
  33. ; *
  34. [Network]
  35. port = 8003
  36. ; HTTPS for "Out of band" management applications such as the remote admin
  37. ; module. May specify https_main = True to make the main http server
  38. ; use https or "False" to make the main server HTTP
  39. ; https_main = False
  40. ;
  41. ; Create https_listener = "True" will create a listener on the port
  42. ; specified. Provide the path to your server certificate along with it's
  43. ; password
  44. ; https_listener = False
  45. ;
  46. ; Set our listener to this port
  47. ; https_port = 0
  48. ;
  49. ; Path to X509 certificate
  50. ; cert_path = "path/to/cert.p12"
  51. ;
  52. ; Password for cert
  53. ; cert_pass = "password"
  54. ; * The following are for the remote console
  55. ; * They have no effect for the local or basic console types
  56. ; * Leave commented to diable logins to the console
  57. ;ConsoleUser = Test
  58. ;ConsolePass = secret
  59. ;ConsolePort = 0
  60. [DatabaseService]
  61. StorageProvider = "OpenSim.Data.MySQL.dll"
  62. ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  63. ; * As an example, the below configuration precisely mimicks the legacy
  64. ; * asset server. It is read by the asset IN connector (defined above)
  65. ; * and it then loads the OUT connector (a local database module). That,
  66. ; * in turn, reads the asset loader and database connection information
  67. ; *
  68. [AssetService]
  69. LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
  70. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  71. AssetLoaderArgs = "./assets/AssetSets.xml"
  72. ; Allow maptile assets to remotely deleted by remote calls to the asset service.
  73. ; There is no harm in having this as false - it just means that historical maptile assets are not deleted.
  74. ; This only applies to maptiles served via the version 1 viewer mechanisms
  75. ; Default is false
  76. AllowRemoteDelete = false
  77. ; Allow all assets to be remotely deleted.
  78. ; Only set this to true if you are operating a grid where you control all calls to the asset service
  79. ; (where a necessary condition is that you control all simulators) and you need this for admin purposes.
  80. ; If set to true, AllowRemoteDelete = true is required as well.
  81. ; Default is false.
  82. AllowRemoteDeleteAllTypes = false
  83. ; * This configuration loads the inventory server modules. It duplicates
  84. ; * the function of the legacy inventory server
  85. ; *
  86. [InventoryService]
  87. LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  88. ; * This is the new style grid service.
  89. ; * "Realm" is the table that is used for user lookup.
  90. ; * It defaults to "regions", which uses the legacy tables
  91. ; *
  92. [GridService]
  93. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  94. ; Realm = "regions"
  95. ; AllowDuplicateNames = "True"
  96. ;; Next, we can specify properties of regions, including default and fallback regions
  97. ;; The syntax is: Region_<RegionName> = "<flags>"
  98. ;; or: Region_<RegionID> = "<flags>"
  99. ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate
  100. ;; For example:
  101. ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  102. ; (replace spaces with underscore)
  103. ; * This is the configuration for the freeswitch server in grid mode
  104. [FreeswitchService]
  105. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
  106. ;; The IP address of your FreeSWITCH server.
  107. ;; This address must be reachable by viewers.
  108. ; ServerAddress = 127.0.0.1
  109. ;; The following configuration parameters are optional
  110. ;; By default, this is the same as the ServerAddress
  111. ; Realm = 127.0.0.1
  112. ;; By default, this is the same as the ServerAddress on port 5060
  113. ; SIPProxy = 127.0.0.1:5060
  114. ;; Default is 5000ms
  115. ; DefaultTimeout = 5000
  116. ;; The dial plan context. Default is "default"
  117. ; Context = default
  118. ;; Currently unused
  119. ; UserName = freeswitch
  120. ;; Currently unused
  121. ; Password = password
  122. ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
  123. ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
  124. ;; stun.freeswitch.org is not guaranteed to be running so use it in
  125. ;; production at your own risk
  126. ; EchoServer = 127.0.0.1
  127. ; EchoPort = 50505
  128. ; AttemptSTUN = false
  129. ; * This is the new style authentication service. Currently, only MySQL
  130. ; * is implemented.
  131. ; *
  132. [AuthenticationService]
  133. ; for the server connector
  134. LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  135. ;; Allow the service to process HTTP getauthinfo calls.
  136. ;; Default is false.
  137. ; AllowGetAuthInfo = false
  138. ;; Allow the service to process HTTP setauthinfo calls.
  139. ;; Default is false.
  140. ; AllowSetAuthInfo = false
  141. ;; Allow the service to process HTTP setpassword calls.
  142. ;; Default is false.
  143. ; AllowSetPassword = false
  144. [OpenIdService]
  145. ; for the server connector
  146. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  147. UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  148. ; * This is the new style authentication service. Currently, only MySQL
  149. ; * is implemented. "Realm" is the table that is used for user lookup.
  150. ; * It defaults to "useraccounts", which uses the new style.
  151. ; * Realm = "users" will use the legacy tables as an authentication source
  152. ; *
  153. [UserAccountService]
  154. ; for the server connector
  155. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  156. ; Realm = "useraccounts"
  157. ; These are for creating new accounts by the service
  158. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  159. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  160. GridService = "OpenSim.Services.GridService.dll:GridService"
  161. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  162. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  163. ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
  164. ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
  165. ;; Default is false
  166. CreateDefaultAvatarEntries = true
  167. ;; Allow the service to process HTTP createuser calls.
  168. ;; Default is false.
  169. ; AllowCreateUser = false
  170. ;; Allow the service to process HTTP setaccount calls.
  171. ;; Default is false.
  172. ; AllowSetAccount = false
  173. [GridUserService]
  174. ; for the server connector
  175. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
  176. [PresenceService]
  177. ; for the server connector
  178. LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
  179. ; Set this to true to allow the use of advanced web services and multiple
  180. ; bots using one account
  181. AllowDuplicatePresences = false;
  182. [AvatarService]
  183. ; for the server connector
  184. LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
  185. [FriendsService]
  186. ; for the server connector
  187. LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
  188. [LibraryService]
  189. LibraryName = "OpenSim Library"
  190. DefaultLibrary = "./inventory/Libraries.xml"
  191. [LoginService]
  192. ; for the server connector
  193. LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
  194. ; for the service
  195. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  196. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  197. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  198. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  199. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  200. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  201. GridService = "OpenSim.Services.GridService.dll:GridService"
  202. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  203. LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
  204. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  205. ;; Ask co-operative viewers to use a different currency name
  206. ;Currency = ""
  207. WelcomeMessage = "Welcome, Avatar!"
  208. AllowRemoteSetLoginLevel = "false"
  209. ; For V2 map
  210. MapTileURL = "http://127.0.0.1:8002";
  211. ; For V2/3 Web Profiles
  212. ; Work in progress: The ProfileServerURL/OpenIDServerURL are
  213. ; being used in a development viewer as support for webprofiles
  214. ; is being developed across the componets
  215. ;
  216. ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
  217. ;
  218. ; For V2/V3 webapp authentication SSO
  219. ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
  220. ; If you run this login server behind a proxy, set this to true
  221. ; HasProxy = false
  222. ;; Regular expressions for controlling which client versions are accepted/denied.
  223. ;; An empty string means nothing is checked.
  224. ;;
  225. ;; Example 1: allow only these 3 types of clients (any version of them)
  226. ;; AllowedClients = "Imprudence|Hippo|Second Life"
  227. ;;
  228. ;; Example 2: allow all clients except these
  229. ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
  230. ;;
  231. ;; Note that these are regular expressions, so every character counts.
  232. ;; Also note that this is very weak security and should not be trusted as a reliable means
  233. ;; for keeping bad clients out; modified clients can fake their identifiers.
  234. ;;
  235. ;;
  236. ;AllowedClients = ""
  237. ;DeniedClients = ""
  238. ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
  239. ;; Viewers do not listen to timezone sent by the server. They use Pacific Standard Time instead,
  240. ;; but rely on the server to calculate Daylight Saving Time. Sending another DST than US Pacific
  241. ;; would result in time inconsistencies between grids (during summer and around DST transition period)
  242. ;; default let OpenSim calculate US Pacific DST
  243. ;; "none" disable DST (equivallent to "local" with system set to GMT)
  244. ;; "local" force legacy behaviour (using local system time to calculate DST)
  245. ; DSTZone = "America/Los_Angeles;Pacific Standard Time"
  246. ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
  247. ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
  248. ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
  249. ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
  250. ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
  251. ;; Options are
  252. ;; "none" no DST
  253. ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
  254. ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
  255. ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
  256. DSTZone = "America/Los_Angeles;Pacific Standard Time"
  257. [MapImageService]
  258. LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
  259. ; Set this if you want to change the default
  260. ; TilesStoragePath = "maptiles"
  261. ;
  262. ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
  263. ; you may want to set this. Otherwise, don't set it, because it's already protected.
  264. ; GridService = "OpenSim.Services.GridService.dll:GridService"
  265. ;
  266. ; Additionally, if you run this server behind a proxy, set this to true
  267. ; HasProxy = false
  268. [GridInfoService]
  269. ; These settings are used to return information on a get_grid_info call.
  270. ; Client launcher scripts and third-party clients make use of this to
  271. ; autoconfigure the client and to provide a nice user experience. If you
  272. ; want to facilitate that, you should configure the settings here according
  273. ; to your grid or standalone setup.
  274. ;
  275. ; See http://opensimulator.org/wiki/GridInfo
  276. ; login uri: for grid this is the login server URI
  277. login = http://127.0.0.1:8002/
  278. ; long grid name: the long name of your grid
  279. gridname = "the lost continent of hippo"
  280. ; short grid name: the short name of your grid
  281. gridnick = "hippogrid"
  282. ; login page: optional: if it exists it will be used to tell the client to use
  283. ; this as splash page
  284. ;welcome = http://127.0.0.1/welcome
  285. ; helper uri: optional: if it exists if will be used to tell the client to use
  286. ; this for all economy related things
  287. ;economy = http://127.0.0.1:9000/
  288. ; web page of grid: optional: page providing further information about your grid
  289. ;about = http://127.0.0.1/about/
  290. ; account creation: optional: page providing further information about obtaining
  291. ; a user account on your grid
  292. ;register = http://127.0.0.1/register
  293. ; help: optional: page providing further assistance for users of your grid
  294. ;help = http://127.0.0.1/help
  295. ; password help: optional: page providing password assistance for users of your grid
  296. ;password = http://127.0.0.1/password