9 lines
338 B
PHP
Executable File
9 lines
338 B
PHP
Executable File
<?php
|
||
return [
|
||
'adminEmail' => 'admin@lukegzs.com',
|
||
'supportEmail' => '393213759@qq.com', //对应main-local的配置
|
||
'noticeEmail' => '393213759@qq.com', //邮件通知用的邮箱(注意必须和main配置的邮件服务器一致)
|
||
'user.passwordResetTokenExpire' => 3600,
|
||
'user.passwordMinLength' => 8,
|
||
];
|