37 lines
797 B
Plaintext
37 lines
797 B
Plaintext
{
|
|
"device_name": "sleds",
|
|
|
|
"listening_port" : 12000,
|
|
|
|
/* storage_path dir contains auxilliary app files if no storage_path field: .sync dir created in current working directory */
|
|
"storage_path" : "/sl/logs/.sync",
|
|
|
|
/* set location of pid file */
|
|
"pid_file" : "/var/run/btsync/btsync.pid",
|
|
|
|
|
|
"use_upnp" : false,
|
|
|
|
"download_limit" : 0,
|
|
"upload_limit" : 0,
|
|
|
|
"shared_folders" :
|
|
[
|
|
{
|
|
/* "secret" : "AJR7GKIILJ2JWC25QMSDDQIQ4RHP5Z2H5", */
|
|
"secret" : "00000SEQUENCELOGICDUMMYSECRET0000",
|
|
"dir" : "/sequencelogic/SLSync",
|
|
"use_relay_server" : false,
|
|
"use_tracker" : false,
|
|
"search_lan" : true,
|
|
"use_sync_trash" : true,
|
|
"overwrite_changes" : false,
|
|
"known_hosts" :
|
|
[
|
|
"10.130.13.100:12000"
|
|
]
|
|
}
|
|
]
|
|
|
|
}
|