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 | |
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')
-rw-r--r-- | bin/OpenSim.ini.example | 14 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 6 |
2 files changed, 17 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 | ||
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 6da0f1e..8fc2425 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -20,6 +20,12 @@ | |||
20 | ; change this to your grid-wide grid server | 20 | ; change this to your grid-wide grid server |
21 | ; | 21 | ; |
22 | GridServerURI = "http://mygridserver.com:8003" | 22 | GridServerURI = "http://mygridserver.com:8003" |
23 | [Groups] | ||
24 | ; | ||
25 | ; change this to your grid-wide groups server | ||
26 | ; | ||
27 | GroupsServerURI = "http://mygridserver.com:82/Grid/" | ||
28 | |||
23 | 29 | ||
24 | [Modules] | 30 | [Modules] |
25 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 31 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |