Skip to content

Commit

Permalink
Do not expose default_account in config yet
Browse files Browse the repository at this point in the history
  • Loading branch information
laurb9 committed Aug 19, 2020
1 parent 06a44f2 commit 5a00a81
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 @@ -40,7 +40,7 @@ type Configuration struct {
StoredRequests StoredRequests `mapstructure:"stored_requests"`
CategoryMapping StoredRequestsSlim `mapstructure:"category_mapping"`
Accounts StoredRequestsSlim `mapstructure:"accounts"`
DefaultAccount Account `mapstructure:"default_account"`
DefaultAccount Account
// DefaultAccountJSON is the serialized form of DefaultAccount used for json merge
DefaultAccountJSON json.RawMessage
// Note that StoredVideo refers to stored video requests, and has nothing to do with caching video creatives.
Expand Down

0 comments on commit 5a00a81

Please sign in to comment.