mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 08:11:24 +05:30
10 lines
187 B
PHP
10 lines
187 B
PHP
<?php
|
|
return [
|
|
'components' => [
|
|
'reCaptcha' => [
|
|
'public' => getenv('RECAPTCHA_PUBLIC'),
|
|
'secret' => getenv('RECAPTCHA_SECRET'),
|
|
],
|
|
],
|
|
];
|