Skip to content

Commit

Permalink
Update config sample to include ENV variable examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokun committed Feb 3, 2025
1 parent 9f941a6 commit 6ac7da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.17-develop2
4.1.17-develop3
5 changes: 3 additions & 2 deletions config/config.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ commands:

qbt:
# qBittorrent parameters
# Pass environment variables to the config via !ENV tag
host: "localhost:8080"
user: "username"
pass: "password"
user: !ENV QBIT_USER
pass: !ENV QBIT_PASS

settings:
force_auto_tmm: False # Will force qBittorrent to enable Automatic Torrent Management for each torrent.
Expand Down

0 comments on commit 6ac7da0

Please sign in to comment.