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:
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;