mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-01-10 09:58:25 +08:00
Remote_dir optional parameter
This commit is contained in:
parent
56791824ac
commit
56e0294cde
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ qbt:
|
|||
host: 'localhost:8080'
|
||||
user: 'username'
|
||||
pass: 'password'
|
||||
|
||||
#Optional parameter to define any remote paths
|
||||
remote_dir:
|
||||
#'Docker container path of root save directory' : 'Local path of root save directory'
|
||||
#<'/container/path/data/'> : <'/host/path/data/'>
|
||||
|
|
Loading…
Reference in a new issue