mirror of
https://github.com/directus/directus.git
synced 2026-01-23 00:08:46 -05:00
correct the documented default type for argon2 (#15594)
This commit is contained in:
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user