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 []