Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix: node v12 deprecated tls v1.0 and older mail servers still use it
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Dec 4, 2019
1 parent 196a9b8 commit d17aa08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"exec_mode": "cluster_mode",
"wait_ready": true,
"instances": "max",
"node_args": "--tls-min-v1.0",
"env_production": {
"NODE_ENV": "production",
"SMTP_PORT": "3025",
Expand All @@ -18,6 +19,7 @@
"exec_mode": "cluster_mode",
"wait_ready": true,
"instances": "max",
"node_args": "--tls-min-v1.0",
"env_production": {
"NODE_ENV": "production",
"SMTP_PORT": "3465"
Expand All @@ -29,6 +31,7 @@
"exec_mode": "cluster_mode",
"wait_ready": true,
"instances": "max",
"node_args": "--tls-min-v1.0",
"env_production": {
"NODE_ENV": "production",
"SMTP_PORT": "3587"
Expand Down

0 comments on commit d17aa08

Please sign in to comment.