This commit is contained in:
parent
dc4e6632a2
commit
1bebe4327d
|
@ -66,7 +66,7 @@
|
||||||
"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"
|
"test: basic application workflow, previously created newsletter, /feeds/ directory listing, port 8000 isn’t responding"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"NODE_ENV": "production"
|
"NODE_ENV": "production"
|
||||||
|
|
|
@ -35,7 +35,7 @@ export const webServer = express()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
.listen(8000);
|
.listen(8000, "localhost");
|
||||||
|
|
||||||
export const emailServer = new SMTPServer({
|
export const emailServer = new SMTPServer({
|
||||||
disabledCommands: ["AUTH", "STARTTLS"],
|
disabledCommands: ["AUTH", "STARTTLS"],
|
||||||
|
|
Loading…
Reference in New Issue