1
0
mirror of https://github.com/elyby/accounts.git synced 2025-03-06 00:15:53 +05:30

17 lines
390 B
PHP

<?php
return [
'bootstrap' => ['debug'],
'components' => [
'reCaptcha' => [
'public' => '6LfwqCYTAAAAAJlaJpqCdzESCjAXUC81Ca6jBHR7',
'secret' => '6LfwqCYTAAAAAFPjHmgwmnjSMFeAOJh7Lk5xxDMC',
],
],
'modules' => [
'debug' => [
'class' => yii\debug\Module::class,
'allowedIPs' => ['*'],
],
],
];