mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Advanced application template
This commit is contained in:
9
apps/advanced/common/config/params.php
Normal file
9
apps/advanced/common/config/params.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'adminEmail' => 'admin@example.com',
|
||||
|
||||
'component.cache' => array(
|
||||
'class' => 'yii\caching\FileCache',
|
||||
),
|
||||
);
|
Reference in New Issue
Block a user