10 lines
290 B
PHP
Executable File
10 lines
290 B
PHP
Executable File
<?php
|
|
return [
|
|
'adminEmail' => 'supp0rt.friday@yandex.ru',
|
|
'supportEmail' => 'supp0rt.friday@yandex.ru',
|
|
'senderEmail' => 'supp0rt.friday@yandex.ru',
|
|
'senderName' => 'Friday.support mailer',
|
|
'user.passwordResetTokenExpire' => 3600,
|
|
'user.passwordMinLength' => 8,
|
|
];
|