Blame view

environments/prod/frontend/config/main-local.php 235 Bytes
abf1649b   andryeyev   Чистая установка ...
1
2
3
4
5
6
7
8
9
  <?php
  return [
      'components' => [
          'request' => [
              // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
              'cookieValidationKey' => '',
          ],
      ],
  ];