c99d72a179
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
7 lines
137 B
PHP
7 lines
137 B
PHP
<?php
|
|
$XCATROOT = "/opt/xcat";
|
|
$WEBSERVER = "http://wopr.dfw.ibm.com";
|
|
# how often to update nodes (in seconds)
|
|
$CHKINTERVAL = "300";
|
|
?>
|