diff --git a/config.js b/config.js index 8f637ad..f29e398 100644 --- a/config.js +++ b/config.js @@ -41,12 +41,12 @@ var config = { }, // To use email notifications uncomment this: // email: { - // service: 'Gmail', // auth: { - // user: '', - // pass: '', + // host: 'localhost', + // port: 25, + // ignoreTLS: true, // }, - // subjectPrefix: '[Copay]', + // subjectPrefix: '[Wallet Service]', // from: 'wallet-service@bitcore.io', // }, };