0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Merge pull request #948 from javorszky/0.3.2-wip

Fixes config.example.js
This commit is contained in:
Hannah Wolfe 2013-10-05 12:16:32 -07:00
commit c0d5167f7d

View file

@ -14,13 +14,12 @@ config = {
// Visit http://docs.ghost.org/mail for instructions
// ```
// mail: {
// transport: 'sendgrid',
// host: 'smtp.sendgrid.net',
// transport: 'SMTP',
// options: {
// service: 'Sendgrid',
// service: 'Mailgun',
// auth: {
// user: '', // Super secret username
// pass: '' // Super secret password
// user: '', // mailgun username
// pass: '' // mailgun password
// }
// }
// },
@ -99,4 +98,4 @@ config = {
};
// Export config
module.exports = config;
module.exports = config;