fix: variable name in readme

This commit is contained in:
James Houlahan 2020-04-23 12:18:52 +02:00 committed by Jakub Cuth
parent bb5227c1f4
commit d42deb2ad5
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ or
- `BRIDGESTRICTMODE`: tells bridge to turn on `bbolt`'s "strict mode" which checks the database after every `Commit`. Set to `1` to enable.
### Dev build or run
- `BRIDGE_VERSION`: set the bridge app version used during testing or building
- `PROTONMAIL_ENV`: when set to `dev` it is not using Sentry to report crashes
- `VERBOSITY`: set log level used during test time and by the makefile.
- `VERSION`: set the bridge app version used during testing or building.
- `VERBOSITY`: set log level used during test time and by the makefile
### Integration testing
- `TEST_ENV`: set which env to use (fake or live)