3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 12:35:35 +00:00

Env-ify hashing variables, setting the normal defaults

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2023-04-26 13:01:42 -07:00
parent 4c16dcf5d0
commit 68417a4c15
2 changed files with 13 additions and 4 deletions

View File

@ -175,6 +175,15 @@ REQUIRE_SAML=false
API_THROTTLE_PER_MINUTE=120
CSV_ESCAPE_FORMULAS=true
# --------------------------------------------
# OPTIONAL: HASHING
# --------------------------------------------
HASHING_DRIVER='bcrypt'
BCRYPT_ROUNDS=10
ARGON_MEMORY=1024
ARGON_THREADS=2
ARGON_TIME=2
# --------------------------------------------
# OPTIONAL: SCIM
# --------------------------------------------