diff options
author | unknown | 2010-04-08 16:14:02 -0700 |
---|---|---|
committer | Melanie | 2010-05-05 16:09:53 +0100 |
commit | 8a69070b513f821bf295c32ad771d5f5009bec61 (patch) | |
tree | 9a629dd18860778dba3767811bbca1ebde35bfc5 /bin/OpenSim.ini.example | |
parent | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector for... (diff) | |
download | opensim-SC_OLD-8a69070b513f821bf295c32ad771d5f5009bec61.zip opensim-SC_OLD-8a69070b513f821bf295c32ad771d5f5009bec61.tar.gz opensim-SC_OLD-8a69070b513f821bf295c32ad771d5f5009bec61.tar.bz2 opensim-SC_OLD-8a69070b513f821bf295c32ad771d5f5009bec61.tar.xz |
back port groups changes
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 | ||