mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
80b9c40489
Atomic uploads are now configurable. The default upload mode remains non atomic
34 lines
643 B
Text
34 lines
643 B
Text
{
|
|
"sftpd": {
|
|
"bind_port": 2022,
|
|
"bind_address": "",
|
|
"idle_timeout": 15,
|
|
"max_auth_tries": 0,
|
|
"umask": "0022",
|
|
"banner": "SFTPGo",
|
|
"upload_mode": 0,
|
|
"actions": {
|
|
"execute_on": [],
|
|
"command": "",
|
|
"http_notification_url": ""
|
|
},
|
|
"keys": []
|
|
},
|
|
"data_provider": {
|
|
"driver": "sqlite",
|
|
"name": "sftpgo.db",
|
|
"host": "",
|
|
"port": 5432,
|
|
"username": "",
|
|
"password": "",
|
|
"sslmode": 0,
|
|
"connection_string": "",
|
|
"users_table": "users",
|
|
"manage_users": 1,
|
|
"track_quota": 2
|
|
},
|
|
"httpd": {
|
|
"bind_port": 8080,
|
|
"bind_address": "127.0.0.1"
|
|
}
|
|
}
|