aboutsummarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
authorNicola Murino2020-09-04 21:12:30 +0200
committerNicola Murino2020-09-04 21:12:30 +0200
commit802ab04a8319e16084d45b6cec5675c276946cf7 (patch)
tree84bc8be506f721449c340192d028056033071f42 /sftpgo.json
parente94632de2cfcb6f9022116b7d3cf8e967d2bcc69 (diff)
downloadaur-802ab04a8319e16084d45b6cec5675c276946cf7.tar.gz
add password hashing parameters to the configuration file
Diffstat (limited to 'sftpgo.json')
-rw-r--r--sftpgo.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/sftpgo.json b/sftpgo.json
index 7c1b726c85ba..0d6378fd023b 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -92,7 +92,14 @@
"post_login_hook": "",
"post_login_scope": 0,
"check_password_hook": "",
- "check_password_scope": 0
+ "check_password_scope": 0,
+ "password_hashing": {
+ "argon2_options": {
+ "memory": 65536,
+ "iterations": 1,
+ "parallelism": 2
+ }
+ }
},
"httpd": {
"bind_port": 8080,