prolab-api/api/config/main-local.php

14 lines
313 B
PHP
Raw Normal View History

2025-09-24 06:24:52 +00:00
<?php
$config = [
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => 'tyafbRUdaOb_xzF3dSffF034pwPfmFsMsdfadfasdfasdfwewtefgsdf',
],
],
];
return $config;