GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • common
  • config
  • main.php
  • 0f95627d   1.OTA后台管理系统菜单调整 ... Browse Code »
    2.提交数据库脚本ota.sql
    曹明
    2019-10-26 15:21:40 +0800  
main.php 384 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?php

use common\helpers\AppErrorLog;

$config = [
    'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
    'timeZone'=>'Asia/Shanghai',
    'components' => [
        'cache' => [
            'class' => 'yii\caching\FileCache',
        ],
        'urlManager'=>[
            'showScriptName' => false,
            'enablePrettyUrl' => true,
        ],
    ],
];
return $config;