-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .env.production file for flags toggled differently in prod vs. dev (
#5572) * Get rid of unused env vars * Update env var order to be consistent across files * Add missing REACT_APP_VX_MARK_SCAN_USE_BMD_150 env var * Add .env.production for flags toggled differently in prod vs. dev
- Loading branch information
1 parent
486e6ae
commit 3d3fec7
Showing
4 changed files
with
10 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
REACT_APP_VX_ENABLE_ALL_ZERO_SMARTCARD_PIN_GENERATION=FALSE | ||
REACT_APP_VX_ENABLE_DEV_DOCK=FALSE | ||
REACT_APP_VX_ONLY_ENABLE_SCREEN_READER_FOR_HEADPHONES=TRUE | ||
REACT_APP_VX_HIDE_CURSOR=TRUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters