<?php
$config = array(
    'includePaths' => array(
        'path2' => 'another/path',
    ),
);
return $config;
