summarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
authorNicola Murino2020-11-08 12:53:00 +0100
committerNicola Murino2020-11-08 12:53:00 +0100
commit05df6a221c05829f45efdbabb0a606b177ea62b7 (patch)
tree41737c006428a1489bcb9e187e8b28b7c11071a4 /sftpgo.json
parent58c718fcd0a9b68b06c8ce2e20ad09eaee1236d2 (diff)
downloadaur-05df6a221c05829f45efdbabb0a606b177ea62b7.tar.gz
update to 1.2.0
Diffstat (limited to 'sftpgo.json')
-rw-r--r--sftpgo.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/sftpgo.json b/sftpgo.json
index b5b608028ea2..c3afc9ecc3cd 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -62,9 +62,14 @@
"max_age": 0
},
"cache": {
- "enabled": true,
- "expiration_time": 0,
- "max_size": 50
+ "users": {
+ "expiration_time": 0,
+ "max_size": 50
+ },
+ "mime_types": {
+ "enabled": true,
+ "max_size": 1000
+ }
}
},
"data_provider": {
@@ -88,6 +93,7 @@
"external_auth_hook": "",
"external_auth_scope": 0,
"credentials_path": "/var/lib/sftpgo/credentials",
+ "prefer_database_credentials": false,
"pre_login_hook": "",
"post_login_hook": "",
"post_login_scope": 0,