Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Added bridgeUri default
Browse files Browse the repository at this point in the history
  • Loading branch information
aleitner committed Nov 28, 2016
1 parent bc3f0c2 commit 99383b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ ConfigManager.prototype.getAddress = function() {

ConfigManager.DEFAULTS = {
farmerConf: {
bridgeUri: 'https://api.storj.io',
keyPair: null, // Instance of KeyPair
paymentAddress: '',
storageManager: {}, // Instance of StorageManager
Expand Down

0 comments on commit 99383b6

Please sign in to comment.