remove SimianGrid Groups OpenSim.ini.example stuff that accidentally crept in through a cherry-pick
parent
491d898db8
commit
821b8a5517
|
@ -1291,11 +1291,10 @@
|
||||||
Enabled = false
|
Enabled = false
|
||||||
|
|
||||||
; This is the current groups stub in Region.CoreModules.Avatar.Groups. All the other settings below only really
|
; This is the current groups stub in Region.CoreModules.Avatar.Groups. All the other settings below only really
|
||||||
; apply to the Flotsam/SimianGrid GroupsModule
|
; apply to the Flotsam GroupsModule
|
||||||
Module = Default
|
Module = Default
|
||||||
|
|
||||||
; This module can use a PHP XmlRpc server from the Flotsam project at http://code.google.com/p/flotsam/
|
; This module can use a PHP XmlRpc server from the Flotsam project at http://code.google.com/p/flotsam/
|
||||||
; or from the SimianGrid project at http://code.google.com/p/openmetaverse
|
|
||||||
;Module = GroupsModule
|
;Module = GroupsModule
|
||||||
|
|
||||||
; Enable Group Notices
|
; Enable Group Notices
|
||||||
|
@ -1308,13 +1307,7 @@
|
||||||
;MessagingModule = GroupsMessagingModule
|
;MessagingModule = GroupsMessagingModule
|
||||||
;MessagingEnabled = true
|
;MessagingEnabled = true
|
||||||
|
|
||||||
; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend
|
; Flotsam XmlRpc Service for Groups. Uncomment these settings and change accordingly if you are using this backend groups service
|
||||||
|
|
||||||
; SimianGrid Service for Groups
|
|
||||||
;ServicesConnectorModule = SimianGroupsServicesConnector
|
|
||||||
;GroupsServerURI = http://mygridserver.com:82/Grid/
|
|
||||||
|
|
||||||
; Flotsam XmlRpc Service for Groups
|
|
||||||
;ServicesConnectorModule = XmlRpcGroupsServicesConnector
|
;ServicesConnectorModule = XmlRpcGroupsServicesConnector
|
||||||
;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php
|
;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php
|
||||||
|
|
||||||
|
@ -1410,4 +1403,4 @@
|
||||||
; to use to send XMLRPC requests to that script
|
; to use to send XMLRPC requests to that script
|
||||||
|
|
||||||
;XmlRpcRouterModule = "XmlRpcRouterModule"
|
;XmlRpcRouterModule = "XmlRpcRouterModule"
|
||||||
;XmlRpcPort = 20800
|
oXmlRpcPort = 20800
|
||||||
|
|
Loading…
Reference in New Issue