Commit bfec80d4 authored by kzyryanov's avatar kzyryanov
Browse files

Merge remote-tracking branch 'origin/master' into dev

# Conflicts:
#	basic/config/web.php
parents f7a3d6bd de8f2f40
Loading
Loading
Loading
Loading
+4 −11
Original line number Diff line number Diff line
@@ -13,10 +13,8 @@ $config = [
    ],
    'components' => [
        'request' => [
            'cookieValidationKey' => 'bbpNZlHAOLcTL_O8Hs-093LSyLklLrEa',
            'parsers' => [
                'application/json' => 'yii\web\JsonParser',
            ]
            // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
            'cookieValidationKey' => 'OsrMbvjpP9SCngWzSP4-2HnMMSFODuBl',
        ],
        'cache' => [
            'class' => 'yii\caching\FileCache',
@@ -44,19 +42,14 @@ $config = [
            ],
        ],
        'db' => $db,
        /*
        'urlManager' => [
            'enablePrettyUrl' => true,
            'enableStrictParsing' => false,
            'showScriptName' => false,
            'rules' => [
                ['class' => 'yii\rest\UrlRule', 'controller' => 'api'],
            ],
        ]
    ],
    'controllerMap' => [
        'api' => [
            'class' => 'app\controllers\ApiController',
        ],
        */
    ],
    'params' => $params,
];