OpenSimMirror/gridserver/gridserver_config.inc.php

15 lines
308 B
PHP
Raw Normal View History

2007-02-16 22:12:25 +00:00
<?
// All the grid server specific stuff lives here
// What we send to authenticate to the user/login server
2007-02-25 06:26:37 +00:00
$userserver_sendkey="1234";
2007-02-16 22:12:25 +00:00
// What we expect to get back from the user/login server
2007-02-25 06:26:37 +00:00
$userserver_recvkey="1234";
2007-02-16 22:12:25 +00:00
2007-02-25 06:26:37 +00:00
$sim_recvkey = "1234";
$sim_sendkey = "1234";
2007-02-25 02:41:51 +00:00
$grid_home = "/ogs/gridserver/";
?>