You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
414 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. <?php
  2. return [
  3. 'aliases' => [
  4. '@bower' => '@vendor/bower-asset',
  5. '@npm' => '@vendor/npm-asset',
  6. '@blobt' => '@vendor/blobt'
  7. ],
  8. 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
  9. 'components' => [
  10. 'cache' => [
  11. 'class' => 'yii\caching\FileCache',
  12. ],
  13. 'authManager' => [
  14. 'class' => 'yii\rbac\DbManager',
  15. ],
  16. ],
  17. ];