mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 09:17:49 +08:00
repo/config: Added default gateway address to initial config
This commit is contained in:
parent
262e78122a
commit
a16e0bba2f
@ -35,7 +35,8 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
|
||||
"/ip4/0.0.0.0/tcp/4001",
|
||||
// "/ip4/0.0.0.0/udp/4002/utp", // disabled for now.
|
||||
},
|
||||
API: "/ip4/127.0.0.1/tcp/5001",
|
||||
API: "/ip4/127.0.0.1/tcp/5001",
|
||||
Gateway: "/ip4/127.0.0.1/tcp/8080",
|
||||
},
|
||||
|
||||
Bootstrap: BootstrapPeerStrings(bootstrapPeers),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user