Matias Alejo Garcia
9 years ago
No known key found for this signature in database
GPG Key ID: 2470DB551277AB3
1 changed files with
7 additions and
0 deletions
-
config.js
|
|
@ -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; |
|
|
|