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