fix(tools): s/MailHog/Mailpit/g (#62481)

This commit is contained in:
Mrugesh Mohapatra
2025-10-04 01:55:33 +05:30
committed by GitHub
parent 034d6b1569
commit ef610dd36c
10 changed files with 29 additions and 26 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ export class NodemailerProvider implements MailProvider {
private transporter: Transporter;
/**
* Sets up nodemailer, with hardcodeded configuration. This is intended for
* use in development.
* Sets up nodemailer, with hardcoded configuration. This is intended for
* use in development with Mailpit.
*/
constructor() {
this.transporter = nodemailer.createTransport({
+1 -1
View File
@@ -157,7 +157,7 @@ if (process.env.FREECODECAMP_NODE_ENV !== 'development') {
}
export const HOME_LOCATION = process.env.HOME_LOCATION;
// Mailhog is used in development and test environments, hence the localhost
// Mailpit is used in development and test environments, hence the localhost
// default.
export const MAILHOG_HOST = process.env.MAILHOG_HOST ?? 'localhost';
export const MONGOHQ_URL =