nebadon2025

Untitled

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