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

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. - `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 ### 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 - `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. - `VERBOSITY`: set log level used during test time and by the makefile
- `VERSION`: set the bridge app version used during testing or building.
### Integration testing ### Integration testing
- `TEST_ENV`: set which env to use (fake or live) - `TEST_ENV`: set which env to use (fake or live)