2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/rslsync/rslsync.conf
2016-09-20 12:18:01 +08:00

15 lines
339 B
Plaintext

{
"device_name": "My Sync Device",
"listening_port": 55555,
"storage_path": "/data/.syncsystem",
"pid_file": "/var/run/rslsync.pid",
"use_upnp": false,
"download_limit": 0,
"upload_limit": 0,
"directory_root": "/data/syncaod",
"directory_root_policy": "all",
"webui": {
"listen": "0.0.0.0:8888"
}
}