OpenSimMirror/login/login_config.inc.php

12 lines
288 B
PHP
Raw Normal View History

2007-02-16 22:12:25 +00:00
<?
// All the user/login server specific stuff lives here
// What we send to authenticate to the grid server
2007-02-25 06:26:37 +00:00
$gridserver_sendkey="1234";
2007-02-16 22:12:25 +00:00
// What we expect to get back from the grid server
2007-02-25 06:26:37 +00:00
$gridserver_recvkey="1234";
2007-02-16 22:12:25 +00:00
2007-02-25 06:26:37 +00:00
$gridserver_url="http://www.osgrid.org/ogs/gridserver/index.php";
2007-02-16 22:12:25 +00:00
?>