test.php 154 B

12345678910
  1. <?php
  2. return [
  3. 'id' => 'app-api-tests',
  4. 'components' => [
  5. 'request' => [
  6. 'cookieValidationKey' => 'test'
  7. ],
  8. ],
  9. ];