kubo/config
Juan Batiz-Benet 9adf5bc2bf go-ipfs-config: bootstrap: use ipfsaddr for boostrap peers ⚠️
⚠️ this commit makes your current configs unusable, as the
default bootstrap peers. You may need to edit your config.

Go from:

```js
Bootstrap: [
  {
    "Address": "/ip4/104.131.131.82/tcp/4001",
    "PeerID": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
  }
]
```

To:
```js
Bootstrap: [
  "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
]
```
2015-02-01 05:16:52 -08:00
..
addresses.go go-ipfs-config: refactor(config): break it apart 2015-01-13 03:09:33 -08:00
bootstrap_peers.go go-ipfs-config: bootstrap: use ipfsaddr for boostrap peers ⚠️ 2015-02-01 05:16:52 -08:00
config.go go-ipfs-config: bootstrap: use ipfsaddr for boostrap peers ⚠️ 2015-02-01 05:16:52 -08:00
datastore.go go-ipfs-config: refactor(config): break it apart 2015-01-13 03:09:33 -08:00
gateway.go go-ipfs-config: Make gateway read-only by default and add option to make it writable 2015-01-31 23:36:45 +01:00
identity.go go-ipfs-config: refactor(config): break it apart 2015-01-13 03:09:33 -08:00
init.go go-ipfs-config: bootstrap: use ipfsaddr for boostrap peers ⚠️ 2015-02-01 05:16:52 -08:00
logs.go go-ipfs-config: refactor(eventlog) integrate into fsrepo 2015-01-24 01:37:03 -08:00
mounts.go go-ipfs-config: refactor(config): break it apart 2015-01-13 03:09:33 -08:00
tour.go go-ipfs-config: refactor(config): break it apart 2015-01-13 03:09:33 -08:00
version_test.go go-ipfs-config: refactor(config, repo): all writes go through FSRepo. next: privatize these 2015-01-13 03:09:31 -08:00