<?php
return array(
    'imagerSystemPath' => $_SERVER['DOCUMENT_ROOT'] . '/uploads/imager/',
    'imagerUrl' => '/uploads/imager/',
    'interlace' => true, // false, true ('line'), 'none', 'line', 'plane', 'partition'x
    'instanceReuseEnabled' => false,
    'allowUpscale' => false,
    'cacheDuration' => 24192000,
    'cacheDurationRemoteFiles' => 24192000,
);