# Configuration of the Batch EXecutor # This is a Perl script, which can set anything in the BEX::Config package package BEX::Config; %machines = ( 'albireo' => {}, 'localhost' => {}, 'home' => ['albireo', 'localhost'], ); 42;