mirror of
https://github.com/elyby/accounts.git
synced 2024-12-04 12:39:26 +05:30
Merge branch 'develop'
This commit is contained in:
commit
13335a69a6
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'bootstrap' => ['debug', 'gii'],
|
'bootstrap' => ['debug'],
|
||||||
'components' => [
|
'components' => [
|
||||||
'reCaptcha' => [
|
'reCaptcha' => [
|
||||||
'public' => '6LfwqCYTAAAAAJlaJpqCdzESCjAXUC81Ca6jBHR7',
|
'public' => '6LfwqCYTAAAAAJlaJpqCdzESCjAXUC81Ca6jBHR7',
|
||||||
|
@ -27,6 +27,7 @@ return [
|
|||||||
'except' => [
|
'except' => [
|
||||||
'legacy-authserver',
|
'legacy-authserver',
|
||||||
'session',
|
'session',
|
||||||
|
'yii\web\HttpException:*',
|
||||||
'api\modules\session\exceptions\SessionServerException:*',
|
'api\modules\session\exceptions\SessionServerException:*',
|
||||||
'api\modules\authserver\exceptions\AuthserverException:*',
|
'api\modules\authserver\exceptions\AuthserverException:*',
|
||||||
],
|
],
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'bootstrap' => ['gii'],
|
|
||||||
'modules' => [
|
|
||||||
'gii' => yii\gii\Module::class,
|
|
||||||
],
|
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user