Skip to content

Commit

Permalink
(NOBIDS) config flag consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Jan 11, 2024
1 parent 1bb83f9 commit de8fc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ type Config struct {
Apple struct {
LegacyAppSubsAppleSecret string `yaml:"appSubsAppleSecret" envconfig:"FRONTEND_APP_SUBS_APPLE_SECRET"`
KeyID string `yaml:"keyID" envconfig:"FRONTEND_APPLE_APP_KEY_ID"`
IssueID string `yaml:"issueId" envconfig:"FRONTEND_APPLE_ISSUE_ID"`
IssueID string `yaml:"issueID" envconfig:"FRONTEND_APPLE_ISSUE_ID"`
Certificate string `yaml:"certificate" envconfig:"FRONTEND_APPLE_CERTIFICATE"`
} `yaml:"apple"`
AppSubsGoogleJSONPath string `yaml:"appSubsGoogleJsonPath" envconfig:"FRONTEND_APP_SUBS_GOOGLE_JSON_PATH"`
Expand Down

0 comments on commit de8fc3d

Please sign in to comment.