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