Skip to content

Commit

Permalink
MCR-4886: Add feature flag - "Remove Parameter Store" (#3086)
Browse files Browse the repository at this point in the history
* Add flag to flags.ts

* comment
  • Loading branch information
JasonLin0991 authored Jan 17, 2025
1 parent 0b823e1 commit e822f39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/common-code/src/featureFlags/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ const featureFlags = {
flag: 'withdraw-rate',
defaultValue: false,
},
/**
* Remove parameter store. False: use parameter store for email config. True: use database.
*/
REMOVE_PARAMETER_STORE: {
flag: 'remove-parameter-store',
defaultValue: false,
},
// PERMANENT FLAGS
/**
Enables the modal that alerts the user to an expiring session
Expand Down

0 comments on commit e822f39

Please sign in to comment.