From e20d6de9f7c5538430979bc95c3c0d0789999121 Mon Sep 17 00:00:00 2001 From: William East Date: Sat, 28 May 2022 17:24:31 +0200 Subject: [PATCH] added example config --- config_example.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config_example.yaml diff --git a/config_example.yaml b/config_example.yaml new file mode 100644 index 0000000..bc5f789 --- /dev/null +++ b/config_example.yaml @@ -0,0 +1,10 @@ +# Seed box login name + seedbox_login: "username" +# seedbox password + seedbox_pw: "password" +# seedbox address + seedbox_addr: "XXXX@seedbox.io" +# directory for managing torrents + torrent_dir: "/place/to/where/torrent/files/should/go" +# place where .torrent files land (likely your DL folder) + target_dir: "/downloads/"