diff --git a/config.js b/config.js index 5546ab9..a4e82a4 100644 --- a/config.js +++ b/config.js @@ -46,19 +46,19 @@ var config = { }, }, // To use email notifications uncomment this: - emailOpts: { - host: 'localhost', - port: 25, - ignoreTLS: true, - subjectPrefix: '[Wallet Service]', - from: 'wallet-service@bitcore.io', - templatePath: './lib/templates', - defaultLanguage: 'en', - defaultUnit: 'btc', - publicTxUrlTemplate: { - livenet: 'https://insight.bitpay.com/tx/{{txid}}', - testnet: 'https://test-insight.bitpay.com/tx/{{txid}}', - }, - }, + // emailOpts: { + // host: 'localhost', + // port: 25, + // ignoreTLS: true, + // subjectPrefix: '[Wallet Service]', + // from: 'wallet-service@bitcore.io', + // templatePath: './lib/templates', + // defaultLanguage: 'en', + // defaultUnit: 'btc', + // publicTxUrlTemplate: { + // livenet: 'https://insight.bitpay.com/tx/{{txid}}', + // testnet: 'https://test-insight.bitpay.com/tx/{{txid}}', + // }, + //}, }; module.exports = config;