aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ogs/login/login_config.inc.php
blob: 4cce696522b59ab82302002e9111b3f58a38019b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?
// 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";
?>