This commit is contained in:
Leandro Facchinetti 2020-03-20 23:15:41 -04:00
parent dc4e6632a2
commit 1bebe4327d
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
"https://pm2.keymetrics.io/docs/usage/deployment/",
"https://pm2.keymetrics.io/docs/usage/startup/",
"host: kill-the-newsletter.com",
"firewall"
"test: basic application workflow, previously created newsletter, /feeds/ directory listing, port 8000 isnt responding"
],
"env": {
"NODE_ENV": "production"

View File

@ -35,7 +35,7 @@ export const webServer = express()
)
);
})
.listen(8000);
.listen(8000, "localhost");
export const emailServer = new SMTPServer({
disabledCommands: ["AUTH", "STARTTLS"],