Advertisement
Guest User

Untitled

a guest
Jun 13th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. ;;
  2. ;; inventory server
  3. ;;
  4.  
  5. [Startup]
  6. ServiceConnectors = "OpenSim.Server.Handlers.dll:XInventoryInConnector"
  7. HeloServiceInConnector = "OpenSim.Server.Handlers.dll:HeloServiceInConnector"
  8.  
  9. ; * This is common for all services, it's the network setup for the entire
  10. ; * server instance, if none if specified above
  11. ; *
  12. [Network]
  13. port = 8011
  14.  
  15. ; * The following are for the remote console
  16. ; * They have no effect for the local or basic console types
  17. ; * Leave commented to diable logins to the console
  18. ;ConsoleUser = Test
  19. ;ConsolePass = secret
  20. ;ConsolePort = 0
  21.  
  22. [DatabaseService]
  23. StorageProvider = "OpenSim.Data.MySQL.dll"
  24. ConnectionString = "Data Source=localhost;Database=xxxxxxxxxxxxxx;User ID=xxxxxxxxx;Password=xxxxxxxxxxxxxxx;Connect Timeout=28800;Command Timeout=28800;"
  25.  
  26. ; * This configuration loads the inventory server modules. It duplicates
  27. ; * the function of the legacy inventory server
  28. ; *
  29. [InventoryService]
  30. AllowDelete = false
  31. LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  32. ;LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
  33.  
  34. HasProxy = true
  35.  
  36. ;[HGInventoryService]
  37. ; For the InventoryServiceInConnector
  38. ; LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  39. ;UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  40. ;AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  41.  
  42. ; HasProxy = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement