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 9b0c09b..fd81b39 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1182,10 +1182,18 @@ | |||
1182 | ;MessagingModule = GroupsMessagingModule | 1182 | ;MessagingModule = GroupsMessagingModule |
1183 | ;MessagingEnabled = true | 1183 | ;MessagingEnabled = true |
1184 | 1184 | ||
1185 | ; Service connector to Groups Service [Select One] | 1185 | ; Service connector to Groups Service [Select One] ServicesConnectorModule |
1186 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service Implementation | 1186 | |
1187 | |||
1188 | ; Simian Grid Service for Groups | ||
1189 | ;ServicesConnectorModule = SimianGroupsServicesConnector | ||
1190 | ;GroupsServerURI = http://mygridserver.com:82/Grid/ | ||
1191 | |||
1192 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings | ||
1187 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector | 1193 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector |
1188 | ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php | 1194 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php |
1195 | |||
1196 | ; XmlRpc Service Settings | ||
1189 | ;XmlRpcServiceReadKey = 1234 | 1197 | ;XmlRpcServiceReadKey = 1234 |
1190 | ;XmlRpcServiceWriteKey = 1234 | 1198 | ;XmlRpcServiceWriteKey = 1234 |
1191 | 1199 | ||