|
|
@ -3,6 +3,7 @@ |
|
|
|
Yii::setAlias('common', realpath(__DIR__ . '/../')); |
|
|
|
Yii::setAlias('common', realpath(__DIR__ . '/../')); |
|
|
|
Yii::setAlias('frontend', realpath(__DIR__ . '/../../frontend')); |
|
|
|
Yii::setAlias('frontend', realpath(__DIR__ . '/../../frontend')); |
|
|
|
Yii::setAlias('backend', realpath(__DIR__ . '/../../backend')); |
|
|
|
Yii::setAlias('backend', realpath(__DIR__ . '/../../backend')); |
|
|
|
|
|
|
|
Yii::setAlias('console', realpath(__DIR__ . '/../../console')); |
|
|
|
|
|
|
|
|
|
|
|
return [ |
|
|
|
return [ |
|
|
|
'adminEmail' => 'admin@example.com', |
|
|
|
'adminEmail' => 'admin@example.com', |
|
|
|