reporter1

Untitled

Jun 12th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. [Groups]
  2. ;# {Enabled} {} {Enable groups?} {true false} false
  3. ;; Enables the groups module
  4. Enabled = true
  5.  
  6. ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {} Default
  7. ;; This is the current groups stub in Region.CoreModules.Avatar.Groups.
  8. ;; All the other settings below only really apply to the Flotsam/SimianGrid
  9. ;; GroupsModule.
  10. ;; This module can use a PHP XmlRpc server from the Flotsam project at
  11. ;; http://code.google.com/p/flotsam/
  12. ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse
  13. Module = GroupsModule
  14.  
  15. ;; Service connectors to the Groups Service. Select one depending on
  16. ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend
  17.  
  18. ;# {ServicesConnectorModule} {Module:GroupsModule} {Service connector to use for groups?} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector
  19. ;; The service connector to use for the GroupsModule
  20. ServicesConnectorModule = XmlRpcGroupsServicesConnector
  21.  
  22. ;# {GroupsServerURI} {Module:GroupsModule} {Groups Server URI?} {}
  23. ;; URI for the groups services
  24. GroupsServerURI = "http://groups.osgrid.org/xmlrpc.php"
  25.  
  26. ;# {NoticesEnabled} {Module:GroupsModule} {Enable group notices?} {true false} true
  27. ;; Enable Group Notices
  28. NoticesEnabled = true
  29.  
  30. ;; This makes the Groups modules very chatty on the console.
  31. ; DebugEnabled = false
  32.  
  33. ;; Specify which messaging module to use for groups messaging and if it's
  34. ;; enabled
  35. MessagingModule = GroupsMessagingModule
  36. MessagingEnabled = true
  37. MessageOnlineUsersOnly = true
  38.  
  39. ;; XmlRpc Security settings. These must match those set on your backend
  40. ;; groups service.
  41. ; XmlRpcServiceReadKey = 1234
  42. ; XmlRpcServiceWriteKey = 1234
Advertisement
Add Comment
Please, Sign In to add comment