Merge branch 'develop'

This commit is contained in:
ErickSkrauch 2016-11-22 11:11:57 +03:00
commit 13335a69a6
3 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?php
return [
'bootstrap' => ['debug', 'gii'],
'bootstrap' => ['debug'],
'components' => [
'reCaptcha' => [
'public' => '6LfwqCYTAAAAAJlaJpqCdzESCjAXUC81Ca6jBHR7',

View File

@ -27,6 +27,7 @@ return [
'except' => [
'legacy-authserver',
'session',
'yii\web\HttpException:*',
'api\modules\session\exceptions\SessionServerException:*',
'api\modules\authserver\exceptions\AuthserverException:*',
],

View File

@ -1,7 +1,3 @@
<?php
return [
'bootstrap' => ['gii'],
'modules' => [
'gii' => yii\gii\Module::class,
],
];