first commit
This commit is contained in:
10
environments/prod/backend/config/main-local.php
Executable file
10
environments/prod/backend/config/main-local.php
Executable file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'components' => [
|
||||
'request' => [
|
||||
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
|
||||
'cookieValidationKey' => '',
|
||||
],
|
||||
],
|
||||
];
|
4
environments/prod/backend/config/params-local.php
Executable file
4
environments/prod/backend/config/params-local.php
Executable file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
];
|
Reference in New Issue
Block a user