aboutsummarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
Diffstat (limited to 'sftpgo.json')
-rw-r--r--sftpgo.json17
1 files changed, 12 insertions, 5 deletions
diff --git a/sftpgo.json b/sftpgo.json
index ddf12c4b1764..30114ce76a7e 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -71,7 +71,8 @@
"scp"
],
"keyboard_interactive_auth_hook": "",
- "password_authentication": true
+ "password_authentication": true,
+ "folder_prefix": ""
},
"ftpd": {
"bindings": [
@@ -82,7 +83,8 @@
"tls_mode": 0,
"force_passive_ip": "",
"client_auth_type": 0,
- "tls_cipher_suites": []
+ "tls_cipher_suites": [],
+ "debug": false
}
],
"banner": "",
@@ -190,7 +192,8 @@
"enable_https": false,
"client_auth_type": 0,
"tls_cipher_suites": [],
- "proxy_allowed": []
+ "proxy_allowed": [],
+ "hide_login_url": 0
}
],
"templates_path": "/usr/share/sftpgo/templates",
@@ -200,7 +203,9 @@
"certificate_file": "",
"certificate_key_file": "",
"ca_certificates": [],
- "ca_revocation_lists": []
+ "ca_revocation_lists": [],
+ "signing_passphrase": "",
+ "max_upload_file_size": 1048576000
},
"telemetry": {
"bind_port": 10000,
@@ -224,7 +229,9 @@
"kms": {
"secrets": {
"url": "",
+ "master_key": "",
"master_key_path": ""
}
- }
+ },
+ "plugins": []
}