xcat-core/xCAT-web/globals.inc

7 lines
137 B
PHP
Raw Normal View History

<?php
$XCATROOT = "/opt/xcat";
$WEBSERVER = "http://wopr.dfw.ibm.com";
# how often to update nodes (in seconds)
$CHKINTERVAL = "300";
?>