<?
// All the user/login server specific stuff lives here

// What we send to authenticate to the grid server
$gridserver_sendkey="1234";

// What we expect to get back from the grid server
$gridserver_recvkey="1234";

$gridserver_url="http://www.osgrid.org/ogs/gridserver/index.php";
?>