<?
// All the grid server specific stuff lives here

// What we send to authenticate to the user/login server
$userserver_sendkey="1234";

// What we expect to get back from the user/login server
$userserver_recvkey="1234";

$sim_recvkey = "1234";
$sim_sendkey = "1234";

$grid_home = "/ogs/gridserver/";
?>