From 42e8a5f0ef2934ad2fb109ade48b41183b23450d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 17 Dec 2020 06:24:32 +0100 Subject: [PATCH] Clean --- transmission/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transmission/config.json b/transmission/config.json index 8d8955b28..15e50de07 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -41,9 +41,9 @@ "download_dir": "/share/downloads", "incomplete_dir": "/share/incomplete", "localdisks": ["sda1"], - "networkdisks": "", - "cifsusername": "", - "cifspassword": "" + "networkdisks": "//SERVER/SHARE", + "cifsusername": "username", + "cifspassword": "password" }, "schema": { "PUID": "int",