mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-03 08:34:02 +01:00
15 lines
263 B
PHP
15 lines
263 B
PHP
<?php
|
|
|
|
return [
|
|
'components' => [
|
|
'mailer' => [
|
|
'useFileTransport' => false,
|
|
],
|
|
'request' => [
|
|
'cookieValidationKey' => '',
|
|
],
|
|
'view' => [
|
|
'enableMinify' => true,
|
|
],
|
|
],
|
|
]; |