Remove unnecessary default configuration for mail

This commit is contained in:
Kijin Sung 2016-05-15 20:25:24 +09:00
parent 1f39a51c66
commit de98117c0e

View file

@ -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',