guild/common/config/params.php

10 lines
290 B
PHP
Raw Normal View History

2018-10-11 11:15:09 +03:00
<?php
return [
2023-10-13 11:38:24 +03:00
'adminEmail' => 'supp0rt.friday@yandex.ru',
'supportEmail' => 'supp0rt.friday@yandex.ru',
'senderEmail' => 'supp0rt.friday@yandex.ru',
'senderName' => 'Friday.support mailer',
2018-10-11 11:15:09 +03:00
'user.passwordResetTokenExpire' => 3600,
2023-10-13 11:38:24 +03:00
'user.passwordMinLength' => 8,
2018-10-11 11:15:09 +03:00
];