Change default

This commit is contained in:
Leandro Facchinetti 2020-04-06 09:59:21 -04:00
parent 0493ac348e
commit 56facba7e7
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ import cryptoRandomString from "crypto-random-string";
export const WEB_PORT = process.env.WEB_PORT ?? 8000;
export const EMAIL_PORT = process.env.EMAIL_PORT ?? 2525;
export const BASE_URL = process.env.BASE_URL ?? "http://localhost:8000";
export const EMAIL_DOMAIN =
process.env.EMAIL_DOMAIN ?? "kill-the-newsletter.com";
export const EMAIL_DOMAIN = process.env.EMAIL_DOMAIN ?? "localhost";
export const ISSUE_REPORT =
process.env.ISSUE_REPORT ?? "mailto:kill-the-newsletter@leafac.com";