mirror of https://gitee.com/karson/fastadmin.git
修改默认配置
parent
77c386ed47
commit
f932156c8e
|
|
@ -33,8 +33,8 @@ return [
|
||||||
'mail_type' => '1',
|
'mail_type' => '1',
|
||||||
'mail_smtp_host' => 'smtp.qq.com',
|
'mail_smtp_host' => 'smtp.qq.com',
|
||||||
'mail_smtp_port' => '465',
|
'mail_smtp_port' => '465',
|
||||||
'mail_smtp_user' => '10000',
|
'mail_smtp_user' => '',
|
||||||
'mail_smtp_pass' => 'password',
|
'mail_smtp_pass' => '',
|
||||||
'mail_verify_type' => '2',
|
'mail_verify_type' => '2',
|
||||||
'mail_from' => '10000@qq.com',
|
'mail_from' => '',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue