accounts/environments/prod/api/config/main-local.php

13 lines
299 B
PHP
Raw Normal View History

<?php
return [
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => '',
],
'reCaptcha' => [
'secret' => '',
],
],
];