mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 09:47:25 +08:00
7 lines
140 B
PHP
7 lines
140 B
PHP
<?php
|
|
return [
|
|
'adminEmail' => 'admin@example.com',
|
|
'supportEmail' => 'support@example.com',
|
|
'user.passwordResetTokenExpire' => 3600,
|
|
];
|