Skip to content

Commit 0d7a2c9

Browse files
aledbfroboquat
authored andcommitted
Fix ipfsAddr field
1 parent 9fb5c36 commit 0d7a2c9

File tree

1 file changed

+1
-1
lines changed
  • components/registry-facade-api/go/config

1 file changed

+1
-1
lines changed

components/registry-facade-api/go/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type RedisCacheConfig struct {
8888

8989
type IPFSCacheConfig struct {
9090
Enabled bool `json:"enabled"`
91-
IPFSAddr string `json:"ipfs"`
91+
IPFSAddr string `json:"ipfsAddr"`
9292
}
9393

9494
// StaticLayerCfg configure statically added layer

0 commit comments

Comments
 (0)