5 Yii::setPathOfAlias(
'site', dirname(__FILE__) . DIRECTORY_SEPARATOR .
'..' . DIRECTORY_SEPARATOR .
'..');
6 Yii::setPathOfAlias(
'unit', dirname(__FILE__) . DIRECTORY_SEPARATOR .
'..' . DIRECTORY_SEPARATOR .
'unit');
8 'basePath' => dirname(__FILE__) . DIRECTORY_SEPARATOR .
'..',
9 'sourceLanguage' =>
'en_us',
11 'preload' => array(
'log'),
15 'site.common.models.*',
16 'site.common.components.*',
17 'site.common.extensions.*',
18 'site.common.components.content.*',
19 'application.components.*',
20 'application.controllers.*',
25 'commandMap' => array(
28 'class' =>
'system.cli.commands.MigrateCommand',
30 'migrationPath' =>
'site.common.migrations',
32 'migrationTable' =>
'gportal_migration',
34 'processAPA' => array(
35 'class' =>
'site.common.modules.apalines.commands.processAPACommand',
40 'class' =>
'site.common.modules.apalines.APALinesModule',
41 'customer_number' =>
'CB86E6F1-1847-4BD9-8FA7-E5606B97BCE8',
42 'video_url' =>
'http://videoservice.apa.at/Player/UniversalPlayer.aspx',
44 'total_max_age_of_news' => 24*30*5,
45 'total_max_count_of_news' => 50,
49 'delivery_path' =>
'unit.apalines.content.work',
54 'components' => array(
58 'connectionString' =>
'mysql:host=qa-db-mysql55.office;port=3306;dbname=gpnphp_unittests_random_15502910420909',
60 'emulatePrepare' =>
true,
62 'tablePrefix' =>
'gportal_',
69 'autoConnect' =>
false,
71 'schemaCachingDuration' => 0,
74 'class' =>
'CLogRouter',
77 'class' =>
'CProfileLogRoute',
78 'levels' =>
'profile',
81 'class' =>
'CFileLogRoute',
82 'levels' =>
'error, warning, info',
83 'logPath' => dirname(__FILE__) . DIRECTORY_SEPARATOR .
'..' . DIRECTORY_SEPARATOR .
'..' . DIRECTORY_SEPARATOR .
'common/runtime',