diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5214718..4a8629f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1302,10 +1302,18 @@ | |||
1302 | ;MessagingModule = GroupsMessagingModule | 1302 | ;MessagingModule = GroupsMessagingModule |
1303 | ;MessagingEnabled = true | 1303 | ;MessagingEnabled = true |
1304 | 1304 | ||
1305 | ; Service connector to Groups Service [Select One] | 1305 | ; Service connector to Groups Service [Select One] ServicesConnectorModule |
1306 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service Implementation | 1306 | |
1307 | |||
1308 | ; Simian Grid Service for Groups | ||
1309 | ;ServicesConnectorModule = SimianGroupsServicesConnector | ||
1310 | ;GroupsServerURI = http://mygridserver.com:82/Grid/ | ||
1311 | |||
1312 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings | ||
1307 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector | 1313 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector |
1308 | ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php | 1314 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php |
1315 | |||
1316 | ; XmlRpc Service Settings | ||
1309 | ;XmlRpcServiceReadKey = 1234 | 1317 | ;XmlRpcServiceReadKey = 1234 |
1310 | ;XmlRpcServiceWriteKey = 1234 | 1318 | ;XmlRpcServiceWriteKey = 1234 |
1311 | 1319 | ||