mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 08:11:24 +05:30
17 lines
390 B
PHP
17 lines
390 B
PHP
<?php
|
|
return [
|
|
'bootstrap' => ['debug'],
|
|
'components' => [
|
|
'reCaptcha' => [
|
|
'public' => '6LfwqCYTAAAAAJlaJpqCdzESCjAXUC81Ca6jBHR7',
|
|
'secret' => '6LfwqCYTAAAAAFPjHmgwmnjSMFeAOJh7Lk5xxDMC',
|
|
],
|
|
],
|
|
'modules' => [
|
|
'debug' => [
|
|
'class' => yii\debug\Module::class,
|
|
'allowedIPs' => ['*'],
|
|
],
|
|
],
|
|
];
|