summaryrefslogtreecommitdiff
blob: 6a4a5a94e079a7859da8b4f293b27cf1fea83f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "device_name": "Gentoo",
  "listening_port" : 0,
  
  "storage_path" : "/var/lib/btsync",
  "pid_file" : "/var/run/btsync/btsync.pid",

  "check_for_updates" : true, 
  "use_upnp" : true,

  "download_limit" : 0,                       
  "upload_limit" : 0, 

  "webui" :
  {
    "listen" : "127.0.0.1:8888",
    "login" : "admin",
    "password" : "admin"
  }
}