diff options
author | Melanie | 2010-05-21 02:44:20 +0100 |
---|---|---|
committer | Melanie | 2010-05-21 02:44:20 +0100 |
commit | ddd072b3fb9d97888bdd5e2d5142d05d8b13e763 (patch) | |
tree | c456346894f55ee91b11b6c349604c370f8c83f5 /bin | |
parent | Change the way the object perms are propagated to attempt to salvage (diff) | |
parent | back port groups changes (diff) | |
download | opensim-SC_OLD-ddd072b3fb9d97888bdd5e2d5142d05d8b13e763.zip opensim-SC_OLD-ddd072b3fb9d97888bdd5e2d5142d05d8b13e763.tar.gz opensim-SC_OLD-ddd072b3fb9d97888bdd5e2d5142d05d8b13e763.tar.bz2 opensim-SC_OLD-ddd072b3fb9d97888bdd5e2d5142d05d8b13e763.tar.xz |
Merge branch '0.6.9-post-fixes' into careminster
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 9 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c4b421d..8504c7a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1314,10 +1314,13 @@ | |||
1314 | ;MessagingModule = GroupsMessagingModule | 1314 | ;MessagingModule = GroupsMessagingModule |
1315 | ;MessagingEnabled = true | 1315 | ;MessagingEnabled = true |
1316 | 1316 | ||
1317 | ; Service connector to Groups Service [Select One] | 1317 | ; Service connector to Groups Service [Select One] ServicesConnectorModule |
1318 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service Implementation | 1318 | |
1319 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings | ||
1319 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector | 1320 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector |
1320 | ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php | 1321 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php |
1322 | |||
1323 | ; XmlRpc Service Settings | ||
1321 | ;XmlRpcServiceReadKey = 1234 | 1324 | ;XmlRpcServiceReadKey = 1234 |
1322 | ;XmlRpcServiceWriteKey = 1234 | 1325 | ;XmlRpcServiceWriteKey = 1234 |
1323 | 1326 | ||
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. |