From f940b6a1fce9959c03500aafb26aba4221bb8cb1 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Thu, 15 Sep 2022 22:15:52 +0800 Subject: [PATCH] correct the documented default type for argon2 (#15594) --- api/src/cli/utils/create-env/env-stub.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/cli/utils/create-env/env-stub.liquid b/api/src/cli/utils/create-env/env-stub.liquid index 0c12492a85..a061472c36 100644 --- a/api/src/cli/utils/create-env/env-stub.liquid +++ b/api/src/cli/utils/create-env/env-stub.liquid @@ -251,7 +251,7 @@ CORS_MAX_AGE=18000 # The amount of threads to compute the hash on. Each thread has a memory pool with HASH_MEMORY_COST size [1] # HASH_PARALLELISM=2 -# The variant of the hash function (0: argon2d, 1: argon2i, or 2: argon2id) [1] +# The variant of the hash function (0: argon2d, 1: argon2i, or 2: argon2id) [2] # HASH_TYPE=2 # An extra and optional non-secret value. The value will be included B64 encoded in the parameters portion of the digest []