Commit df97b968 authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

cmd/ipfs: Add empty gateway object when initting config

parent 7c5b2761
......@@ -50,6 +50,10 @@ func Init(nBitsForKeypair int) (*Config, error) {
// tracking ipfs version used to generate the init folder and adding
// update checker default setting.
Version: VersionDefaultValue(),
Gateway: Gateway{
RootRedirect: "",
},
}
return conf, nil
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment