Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
FAQ: fix signaling erver description
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jorge Ludlow <gorka@aquigorka.com>
  • Loading branch information
AquiGorka committed Nov 23, 2017
1 parent 0258759 commit 1442540
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,18 +379,13 @@ A way to mitigate this in Chrome, is to run your IPFS node inside a Service Work

#### How can I configure an IPFS node to use a custom `signaling server`?

You'll need to execute a compatible `signaling server` ([libp2p-webrtc-star](https://github.com/libp2p/js-libp2p-webrtc-star) works) and to setup the correct configurations params for your IPFS node:
You'll need to execute a compatible `signaling server` ([libp2p-webrtc-star](https://github.com/libp2p/js-libp2p-webrtc-star) works) and include the correct configuration param for your IPFS node:

- enable `pubsub`
- provide the [`multiaddr`](https://github.com/multiformats/multiaddr) for the `signaling server`


```JavaScript
const node = new IPFS({
repo: 'your-repo-path',
EXPERIMENTAL: {
pubsub: true,
},
config: {
Addresses: {
Swarm: [
Expand Down

0 comments on commit 1442540

Please sign in to comment.