Skip to content

Commit

Permalink
Add secret field for transport
Browse files Browse the repository at this point in the history
  • Loading branch information
gwinn authored Nov 2, 2021
2 parents cf9690e + e81960e commit 6af8588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ type Info struct {
Name string `yaml:"name"`
Code string `yaml:"code"`
LogoPath string `yaml:"logo_path"`
Secret string `yaml:"secret"`
}

// ConfigAWS struct.
Expand Down

0 comments on commit 6af8588

Please sign in to comment.