Skip to content

Commit

Permalink
config: fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 21, 2023
1 parent 43a7a25 commit a67412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit a67412a

Please sign in to comment.