2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Fixes config.example.js

Closes #945
This commit is contained in:
Gabor Javorszky 2013-09-30 15:06:54 +01:00
parent 6bd62538af
commit a37c7958b1

View file

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