guild/common/config/params.php
2023-10-18 10:49:51 +03:00

10 lines
295 B
PHP
Executable File

<?php
return [
'adminEmail' => 'chancellery@itguild.info',
'supportEmail' => 'chancellery@itguild.info',
'senderEmail' => 'chancellery@itguild.info',
'senderName' => 'Chancellery ITguild mailer',
'user.passwordResetTokenExpire' => 3600,
'user.passwordMinLength' => 8,
];