add config example

This commit is contained in:
Matias Alejo Garcia 2016-05-19 13:13:34 -03:00
parent b8c9f8113d
commit 4ba0038ff0
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,13 @@ var config = {
// testnet: 'https://test-insight.bitpay.com/tx/{{txid}}',
// },
//},
//
// To use sendgrid:
// var sgTransport = require('nodemail-sendgrid-transport');
// mailer:sgTransport({
// api_user: xxx,
// api_key: xxx,
// });
};
module.exports = config;