Skip to content
Snippets Groups Projects
Commit bb79310a authored by Pierre Ozoux's avatar Pierre Ozoux Committed by GitHub
Browse files

Fix email security

parent 7a0f0317
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ cat > ./data/config/config.php <<EOF
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpname' => 'noreply.${URL}@${MAIL_DOMAIN}',
'mail_smtppassword' => '${MAIL_PASS}',
'mail_smtpsecure' => 'tls',
'memcache.local' => '\\OC\\Memcache\\APCu',
);
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment