Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;;
- ;; inventory server
- ;;
- [Startup]
- ServiceConnectors = "OpenSim.Server.Handlers.dll:XInventoryInConnector"
- ; * This is common for all services, it's the network setup for the entire
- ; * server instance, if none if specified above
- ; *
- [Network]
- port = 8011
- ; * The following are for the remote console
- ; * They have no effect for the local or basic console types
- ; * Leave commented to diable logins to the console
- ;ConsoleUser = Test
- ;ConsolePass = secret
- ;ConsolePort = 0
- [DatabaseService]
- StorageProvider = "OpenSim.Data.MySQL.dll"
- ConnectionString = "Data Source=localhost;Database=xxxxx;User ID=xxxxxx;Password=xxxxxx;Connect Timeout=28800;Command Timeout=28800;"
- ; * This configuration loads the inventory server modules. It duplicates
- ; * the function of the legacy inventory server
- ; *
- [InventoryService]
- AllowDelete = false
- LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
- ;LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
- ;[LibraryService]
- ; LibraryName = "OpenSim Library"
- ; DefaultLibrary = "./inventory/Libraries.xml"
Advertisement
Add Comment
Please, Sign In to add comment