hey
here is my opensim.ini in addon on joomla site the same key is used (0123)
[Groups]
Enabled = true
; This is the current groups stub in Region.CoreModules.Avatar.Groups. All the other settings below only really
; apply to the Flotsam/SimianGrid GroupsModule
;Module = Default
; This module can use a PHP XmlRpc server from the Flotsam project at
code.google.com/p/flotsam/
; or from the SimianGrid project at
code.google.com/p/openmetaverse
Module = GroupsModule
; Enable Group Notices
NoticesEnabled = true
; This makes the Groups modules very chatty on the console.
DebugEnabled = false
; Groups data is cached for this number of seconds before another request is made to the groups service
; Set to 0 to disable the cache.
; Default is 30 seconds
GroupsCacheTimeout = 30
; Specify which messaging module to use for groups messaging and if it's enabled
MessagingModule = GroupsMessagingModule
MessagingEnabled = true
; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend
; SimianGrid Service for Groups
;ServicesConnectorModule = SimianGroupsServicesConnector
;GroupsServerURI =
mygridserver.com:82/Grid/
; Flotsam XmlRpc Service for Groups
ServicesConnectorModule = XmlRpcGroupsServicesConnector
GroupsServerURI = http://myinternalip/site/components/com_opensim/interface.php
; XmlRpc Security settings. These must match those set on your backend groups service.
XmlRpcServiceReadKey = 0123
XmlRpcServiceWriteKey = 0123