Skip to content

Commit

Permalink
Update DefaultAccountKeyCount documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nanuuki committed Dec 20, 2021
1 parent 35ac606 commit 0554268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type Config struct {
EncryptionKey string `env:"FLOW_WALLET_ENCRYPTION_KEY,notEmpty"`
// Encryption key type, one of: local, aws_kms, google_kms
EncryptionKeyType string `env:"FLOW_WALLET_ENCRYPTION_KEY_TYPE,notEmpty" envDefault:"local"`
// DefaultAccountKeyCount specifies how many times the account key will be duplicated upon account creation
// DefaultAccountKeyCount specifies how many times the account key will be duplicated upon account creation, does not affect existing accounts
DefaultAccountKeyCount uint `env:"FLOW_WALLET_DEFAULT_ACCOUNT_KEY_COUNT" envDefault:"1"`

// -- Database --
Expand Down

0 comments on commit 0554268

Please sign in to comment.