/dev/null 2> /dev/null"); // this should be an existing user of the forge together with its password define ('FORGE_ADMIN_USERNAME', 'admin'); define ('FORGE_ADMIN_PASSWORD', 'myadmin'); define ('FORGE_OTHER_PASSWORD', 'myotherpass'); // Where CLI is installed define ('CLI_CMD', '/opt/gforge/acde/tools/gforge-cli/gforge.php'); // Where Java CLI is installed define ('JAGOSI_CMD', '/opt/gforge/acde/tools/gforge-java-cli/'); // Enter true when file is configured. define('CONFIGURED', getenv('CONFIGURED')); // // DON'T MODIFY BELOW THIS LINE UNLESS YOU KNOW WHAT YOU DO // // These are deduced from the previous definitions. // URL to access the application define ('URL', 'http://'.HOST.'/'); // WSDL of the forges SOAP API define ('WSDL_URL', URL.'soap/index.php?wsdl'); ?>