<?php
define('ZF2_PATH', getenv('HOME') . '/workspace/zf2/library');

return array(
    'modules' => array(
        'ZfcBase',
    ),
);
