diff --git a/config/config.go b/config/config.go index 7c5b8c9..d5f4c1d 100644 --- a/config/config.go +++ b/config/config.go @@ -23,7 +23,7 @@ type ( // HTTPGateway contains the configuration for the IPFS HTTP gateway HTTPGateway struct { - ListenAddress string `yaml:"ListenAddress"` + ListenAddress string `yaml:"listenAddress"` RedirectPathStyle bool `yaml:"redirectPathStyle"` Fetch RemoteFetch `yaml:"fetch"` }