Skip to content

Update configure-node.md #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/how-to/configure-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: Learn how to configure a node in IPFS, the InterPlanetary File Syst

# Configure a node

IPFS is configured through a json formatted text file, located by default at `~/.ipfs/config`.
IPFS is configured through a json formatted text file, located by default at `~/.ipfs/config`. Implementation-specific information can be found within the [go-ipfs](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md) and [js-ipfs](https://github.com/ipfs/js-ipfs/blob/master/docs/config.md) repositories.

## Addresses

The config file stores a few different address types, all of which use the multiaddr addressing format. Lets go over what each address type means.
The config file stores a few different address types, all of which use the multiaddr addressing format. Let's go over what each address type means.

```json
"Addresses": {
Expand Down