2019-07-20 10:26:52 +00:00
|
|
|
{
|
2019-08-01 07:42:15 +00:00
|
|
|
"sftpd": {
|
|
|
|
"bind_port": 2022,
|
|
|
|
"bind_address": "",
|
|
|
|
"idle_timeout": 15,
|
|
|
|
"max_auth_tries": 0,
|
|
|
|
"umask": "0022",
|
2019-09-12 07:21:58 +00:00
|
|
|
"banner": "",
|
2019-08-04 07:37:58 +00:00
|
|
|
"upload_mode": 0,
|
2019-08-01 07:42:15 +00:00
|
|
|
"actions": {
|
|
|
|
"execute_on": [],
|
|
|
|
"command": "",
|
|
|
|
"http_notification_url": ""
|
2019-08-01 13:39:30 +00:00
|
|
|
},
|
2019-08-24 12:41:15 +00:00
|
|
|
"keys": [],
|
2019-09-03 10:08:09 +00:00
|
|
|
"enable_scp": false,
|
|
|
|
"kex_algorithms": [],
|
|
|
|
"ciphers": [],
|
|
|
|
"macs": [],
|
|
|
|
"login_banner_file": ""
|
2019-08-01 07:42:15 +00:00
|
|
|
},
|
|
|
|
"data_provider": {
|
|
|
|
"driver": "sqlite",
|
|
|
|
"name": "sftpgo.db",
|
|
|
|
"host": "",
|
|
|
|
"port": 5432,
|
|
|
|
"username": "",
|
|
|
|
"password": "",
|
|
|
|
"sslmode": 0,
|
|
|
|
"connection_string": "",
|
|
|
|
"users_table": "users",
|
|
|
|
"manage_users": 1,
|
2019-09-13 06:14:07 +00:00
|
|
|
"track_quota": 2,
|
2019-09-28 20:48:52 +00:00
|
|
|
"pool_size": 0,
|
|
|
|
"users_base_dir": ""
|
2019-08-01 07:42:15 +00:00
|
|
|
},
|
|
|
|
"httpd": {
|
|
|
|
"bind_port": 8080,
|
2019-10-07 16:19:01 +00:00
|
|
|
"bind_address": "127.0.0.1",
|
|
|
|
"templates_path": "templates",
|
|
|
|
"static_files_path": "static"
|
2019-08-01 07:42:15 +00:00
|
|
|
}
|
2019-07-20 10:26:52 +00:00
|
|
|
}
|