guild/common/config/params.php
2023-10-13 11:38:24 +03:00

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,
];