You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ f.spawn(function (err, ipfsd) {
59
59
60
60
constIPFSFactory=require('ipfsd-ctl')
61
61
62
-
constport=9999
62
+
constport=9090
63
63
constserver=IPFSFactory.createServer(port)
64
64
constf=IPFSFactory.create({ remote:true, port: port })
65
65
@@ -101,7 +101,7 @@ Install one or both of the following modules:
101
101
102
102
-`options` - optional object with:
103
103
-`remote` bool - use remote endpoint to spawn the nodes.
104
-
-`port` number - remote endpoint point. Defaults to 9999.
104
+
-`port` number - remote endpoint point. Defaults to 43134.
105
105
-`exec` - IPFS executable path. `ipfsd-ctl` will attempt to locate it by default. If you desire to spawn js-ipfs instances in the same process, pass the ref to the module instead (e.g `exec: require('ipfs')`)
0 commit comments