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

Commit

Permalink
add portrange for gateways to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Apr 26, 2016
1 parent f081599 commit 1926a34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ Config.DEFAULTS = {
farmer: false,
noforward: true,
tunnels: 32,
tunport: 6384
tunport: 6384,
gateways: { min: 0, max: 0 }
},
mailer: {
host: '127.0.0.1',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storj-bridge",
"version": "0.6.0",
"version": "0.6.1",
"description": "Access the Storj network using a simple REST API.",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"ms": "^0.7.1",
"nodemailer": "^2.0.0",
"readable-stream": "^2.0.5",
"storj": "^0.6.0",
"storj": "^0.6.1",
"through": "^2.3.8"
}
}

0 comments on commit 1926a34

Please sign in to comment.