yii2-test-1/common/config/params.php

10 lines
270 B
PHP
Raw Permalink Normal View History

2023-05-06 20:40:02 +03:00
<?php
return [
'adminEmail' => 'admin@example.com',
'supportEmail' => 'support@example.com',
'senderEmail' => 'noreply@example.com',
'senderName' => 'Example.com mailer',
'user.passwordResetTokenExpire' => 3600,
'user.passwordMinLength' => 8,
];