This commit is contained in:
parent
fd985e0b1d
commit
581fb3f814
|
@ -65,7 +65,8 @@
|
||||||
"pm2 start env.js",
|
"pm2 start env.js",
|
||||||
"https://pm2.keymetrics.io/docs/usage/deployment/",
|
"https://pm2.keymetrics.io/docs/usage/deployment/",
|
||||||
"https://pm2.keymetrics.io/docs/usage/startup/",
|
"https://pm2.keymetrics.io/docs/usage/startup/",
|
||||||
"host: kill-the-newsletter.com"
|
"host: kill-the-newsletter.com",
|
||||||
|
"firewall"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"NODE_ENV": "production"
|
"NODE_ENV": "production"
|
||||||
|
|
|
@ -35,7 +35,7 @@ export const webServer = express()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
.listen(8000, "localhost");
|
.listen(8000);
|
||||||
|
|
||||||
export const emailServer = new SMTPServer({
|
export const emailServer = new SMTPServer({
|
||||||
authOptional: true,
|
authOptional: true,
|
||||||
|
|
Loading…
Reference in New Issue