Logo
Explore Help
Sign In
gaspersic/freeCodeCamp
1
0
Fork 0
You've already forked freeCodeCamp
Code Issues Pull Requests Projects Releases Wiki Activity
freeCodeCamp/server/datasources.development.js

19 lines
359 B
JavaScript
Raw Normal View History

fix(setup): Include MailHog setup instructions With the changes to passwordless account creation, contributors are unable to create an account locally. MailHog spins up a local SMPT server that can catch all outgoing emails, allowing contributors to successfully create accounts and see any other emails generated locally. Closes #15838
2017-10-02 12:33:21 -07:00
module.exports = {
mail: {
connector: 'mail',
transport: {
type: 'smtp',
host: 'localhost',
secure: false,
port: 1025,
tls: {
rejectUnauthorized: false
}
},
auth: {
user: 'test',
pass: 'test'
}
}
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 187ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API