From 676fa6d8f5722f57102899baeca5cc1845965eca Mon Sep 17 00:00:00 2001 From: Jean <> Date: Fri, 7 Apr 2023 14:17:40 +0200 Subject: [PATCH] config file example --- config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 config.json diff --git a/config.json b/config.json new file mode 100755 index 0000000..54fca46 --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "torrent": "./file.torrent", + "upload":"350" +}