Update config.js

comment email section config (
  // To use email notifications uncomment this:
)
This commit is contained in:
Matias Alejo Garcia 2015-07-14 09:31:47 -03:00
parent 8403373ed3
commit a1f230dd3d
1 changed files with 14 additions and 14 deletions

View File

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