Skip to content

Commit 96d5ea8

Browse files
committed
fix: updated ecosystem-smtp to reflect accurate tls vs ssl config
1 parent d13c69e commit 96d5ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecosystem-smtp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
}
8686
},
8787
{
88-
"name": "smtp-tls-2455",
88+
"name": "smtp-ssl-2455",
8989
"script": "smtp.js",
9090
"max_restarts": 999,
9191
"max_memory_restart": "8G",
@@ -101,7 +101,7 @@
101101
}
102102
},
103103
{
104-
"name": "smtp-ssl-2555",
104+
"name": "smtp-tls-2555",
105105
"script": "smtp.js",
106106
"max_restarts": 999,
107107
"max_memory_restart": "8G",

0 commit comments

Comments
 (0)