default email storage to livenet
This commit is contained in:
parent
9e695863ed
commit
2564370087
3 changed files with 5 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ var Identity = require('../models/Identity');
|
|||
|
||||
function InsightStorage(config) {
|
||||
this.type = 'DB';
|
||||
this.storeUrl = config.url || 'https://test-insight.bitpay.com:443/api/email';
|
||||
this.storeUrl = config.url || 'https://insight.bitpay.com:443/api/email',
|
||||
this.request = config.request || request;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue