Blame view

environments/prod/frontend/config/main-local.php 244 Bytes
4253cbec   root   first commit
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' => '',

          ],

      ],

  ];