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

Commit 7606f3a

Browse files
committed
fix: fixed ecosystem
1 parent 2051253 commit 7606f3a

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

ecosystem.json

+3-27
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@
99
"env_production": {
1010
"NODE_ENV": "production",
1111
"IS_SILENT": true,
12-
"SMTP_PORT": "3025",
13-
"SMTP_EXCHANGE_IPS": "138.197.213.185,104.248.224.170",
14-
"DKIM_DOMAIN_NAME": "forwardemail.net",
15-
"DKIM_PRIVATE_KEY_PATH": "/home/deploy/.dkim.key",
16-
"EMAIL_NOREPLY": "[email protected]",
17-
"EMAIL_SUPPORT": "[email protected]",
18-
"WEBSITE_URL": "https://forwardemail.net",
19-
"SMTP_SSL_KEY_PATH": "/home/deploy/.forwardemail.net.key",
20-
"SMTP_SSL_CERT_PATH": "/home/deploy/.forwardemail.net.cert"
12+
"SMTP_PORT": "3025"
2113
}
2214
},
2315
{
@@ -29,15 +21,7 @@
2921
"env_production": {
3022
"NODE_ENV": "production",
3123
"IS_SILENT": true,
32-
"SMTP_PORT": "3465",
33-
"SMTP_EXCHANGE_IPS": "138.197.213.185,104.248.224.170",
34-
"DKIM_DOMAIN_NAME": "forwardemail.net",
35-
"DKIM_PRIVATE_KEY_PATH": "/home/deploy/.dkim.key",
36-
"EMAIL_NOREPLY": "[email protected]",
37-
"EMAIL_SUPPORT": "[email protected]",
38-
"WEBSITE_URL": "https://forwardemail.net",
39-
"SMTP_SSL_KEY_PATH": "/home/deploy/.forwardemail.net.key",
40-
"SMTP_SSL_CERT_PATH": "/home/deploy/.forwardemail.net.cert"
24+
"SMTP_PORT": "3465"
4125
}
4226
},
4327
{
@@ -49,15 +33,7 @@
4933
"env_production": {
5034
"NODE_ENV": "production",
5135
"IS_SILENT": true,
52-
"SMTP_PORT": "3587",
53-
"SMTP_EXCHANGE_IPS": "138.197.213.185,104.248.224.170",
54-
"DKIM_DOMAIN_NAME": "forwardemail.net",
55-
"DKIM_PRIVATE_KEY_PATH": "/home/deploy/.dkim.key",
56-
"EMAIL_NOREPLY": "[email protected]",
57-
"EMAIL_SUPPORT": "[email protected]",
58-
"WEBSITE_URL": "https://forwardemail.net",
59-
"SMTP_SSL_KEY_PATH": "/home/deploy/.forwardemail.net.key",
60-
"SMTP_SSL_CERT_PATH": "/home/deploy/.forwardemail.net.cert"
36+
"SMTP_PORT": "3587"
6137
}
6238
}
6339
],

0 commit comments

Comments
 (0)