|
|
@ -40,14 +40,12 @@ var config = { |
|
|
|
}, |
|
|
|
}, |
|
|
|
// To use email notifications uncomment this:
|
|
|
|
// email: {
|
|
|
|
// auth: {
|
|
|
|
// host: 'localhost',
|
|
|
|
// port: 25,
|
|
|
|
// ignoreTLS: true,
|
|
|
|
// },
|
|
|
|
// subjectPrefix: '[Wallet Service]',
|
|
|
|
// from: 'wallet-service@bitcore.io',
|
|
|
|
// },
|
|
|
|
email: { |
|
|
|
host: 'localhost', |
|
|
|
port: 25, |
|
|
|
ignoreTLS: true, |
|
|
|
subjectPrefix: '[Wallet Service]', |
|
|
|
from: 'wallet-service@bitcore.io', |
|
|
|
}, |
|
|
|
}; |
|
|
|
module.exports = config; |
|
|
|