From d42deb2ad59861721f3a6197a530bd8ecdf9c86d Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Thu, 23 Apr 2020 12:18:52 +0200 Subject: [PATCH] fix: variable name in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc61b12..894b1636 100644 --- a/README.md +++ b/README.md @@ -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)