1
0
mirror of https://github.com/elyby/accounts.git synced 2025-01-22 11:33:15 +05:30
accounts/api/config/config-prod.php

10 lines
187 B
PHP

<?php
return [
'components' => [
'reCaptcha' => [
'public' => getenv('RECAPTCHA_PUBLIC'),
'secret' => getenv('RECAPTCHA_SECRET'),
],
],
];