Skip to content

Commit 98fde1d

Browse files
committed
remove extra files
1 parent b911bc6 commit 98fde1d

File tree

6 files changed

+1
-39
lines changed

6 files changed

+1
-39
lines changed

config/default.js

-9
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,5 @@ module.exports = {
4747
CALLBACK_FAILED_SUPPORT_EMAIL_ADDRESS: process.env.DOCUSIGN_CALLBACK_FAILED_SUPPORT_EMAIL_ADDRESS,
4848
CALLBACK_FAILED_FROM_EMAIL_ADDRESS: process.env.DOCUSIGN_CALLBACK_FAILED_FROM_EMAIL_ADDRESS,
4949
CALLBACK_ENDPOINT: process.env.DOCUSIGN_CALLBACK_ENDPOINT || 'http://localhost:3000/terms/docusignCallback'
50-
},
51-
52-
EMAIL: {
53-
ACCOUNT: process.env.TC_EMAIL_ACCOUNT,
54-
PASSWORD: process.env.TC_EMAIL_PASSWORD,
55-
FROM: process.env.TC_EMAIL_FROM,
56-
SECURED: String(process.env.TC_EMAIL_SECURED || 'false').toLowerCase() === 'true',
57-
HOST: process.env.TC_EMAIL_HOST,
58-
PORT: process.env.TC_EMAIL_HOST_PORT
5950
}
6051
}

mail_templates/.DS_Store

-6 KB
Binary file not shown.

mail_templates/docusign_callback_failure_email/html.ejs

-18
This file was deleted.

mail_templates/docusign_callback_failure_email/text.ejs

-10
This file was deleted.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"http-status-codes": "^1.3.2",
3333
"joi": "^14.3.1",
3434
"lodash": "^4.17.11",
35-
"nodemailer": "^6.1.1",
3635
"pg": "^7.10.0",
3736
"pg-hstore": "^2.3.2",
3837
"sequelize": "^5.3.0",

0 commit comments

Comments
 (0)