Skip to content

Commit

Permalink
Fixes config.example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
javorszky committed Sep 30, 2013
1 parent 6bd6253 commit a37c795
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
// }
// }
// },
Expand Down Expand Up @@ -99,4 +98,4 @@ config = {
};

// Export config
module.exports = config;
module.exports = config;

0 comments on commit a37c795

Please sign in to comment.