This commit is contained in:
Leandro Facchinetti 2020-03-20 21:56:35 -04:00
parent fd985e0b1d
commit 581fb3f814
2 changed files with 3 additions and 2 deletions

View File

@ -65,7 +65,8 @@
"pm2 start env.js",
"https://pm2.keymetrics.io/docs/usage/deployment/",
"https://pm2.keymetrics.io/docs/usage/startup/",
"host: kill-the-newsletter.com"
"host: kill-the-newsletter.com",
"firewall"
],
"env": {
"NODE_ENV": "production"

View File

@ -35,7 +35,7 @@ export const webServer = express()
)
);
})
.listen(8000, "localhost");
.listen(8000);
export const emailServer = new SMTPServer({
authOptional: true,