diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 3e9d376..37c0192 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1308,10 +1308,13 @@ | |||
1308 | ;MessagingModule = GroupsMessagingModule | 1308 | ;MessagingModule = GroupsMessagingModule |
1309 | ;MessagingEnabled = true | 1309 | ;MessagingEnabled = true |
1310 | 1310 | ||
1311 | ; Service connector to Groups Service [Select One] | 1311 | ; Service connector to Groups Service [Select One] ServicesConnectorModule |
1312 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service Implementation | 1312 | |
1313 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings | ||
1313 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector | 1314 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector |
1314 | ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php | 1315 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php |
1316 | |||
1317 | ; XmlRpc Service Settings | ||
1315 | ;XmlRpcServiceReadKey = 1234 | 1318 | ;XmlRpcServiceReadKey = 1234 |
1316 | ;XmlRpcServiceWriteKey = 1234 | 1319 | ;XmlRpcServiceWriteKey = 1234 |
1317 | 1320 | ||