mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Remove unnecessary default configuration for mail
This commit is contained in:
parent
1f39a51c66
commit
de98117c0e
1 changed files with 1 additions and 11 deletions
|
|
@ -60,17 +60,7 @@ return array(
|
|||
'umask' => '022',
|
||||
),
|
||||
'mail' => array(
|
||||
'transport' => 'mail',
|
||||
'smtp_host' => null,
|
||||
'smtp_port' => null,
|
||||
'smtp_security' => 'none',
|
||||
'smtp_user' => null,
|
||||
'smtp_pass' => null,
|
||||
'api_domain' => null,
|
||||
'api_token' => null,
|
||||
'api_type' => null,
|
||||
'api_user' => null,
|
||||
'api_pass' => null,
|
||||
'type' => 'mailfunction',
|
||||
),
|
||||
'view' => array(
|
||||
'minify_scripts' => 'common',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue