diff options
author | Melanie | 2010-04-05 18:12:29 +0100 |
---|---|---|
committer | Melanie | 2010-04-05 18:12:29 +0100 |
commit | fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f (patch) | |
tree | c35a87bfa443bc53a4205d155481a11e53f4447e /bin/OpenSim.ini.example | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
parent | Updates to config files for groups (diff) | |
download | opensim-SC_OLD-fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f.zip opensim-SC_OLD-fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f.tar.gz opensim-SC_OLD-fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f.tar.bz2 opensim-SC_OLD-fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f.tar.xz |
Merge branch 'master' into careminster-presence-refactor
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 | ||