Blame view

common/config/main.php 218 Bytes
8ec727c1   曹明   初始化代码提交
1
2
3
4
5
6
7
8
<?php
return [
    'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
    'timeZone'=>'Asia/Shanghai',
    'components' => [
        'cache' => [
            'class' => 'yii\caching\FileCache',
        ],
8ec727c1   曹明   初始化代码提交
9
10
    ],
];