Blame view

environments/prod/backend/config/main-local.php 267 Bytes
950817c6   Alex Savenko   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' => '',
              ],
          ],
      ];