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