From 624d3eef5b354deb77fc97e75caeb4c9c116730d Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 25 Apr 2021 02:35:52 +0200 Subject: [PATCH] update config --- strm.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strm.config b/strm.config index 68a933a..cddf1fb 100644 --- a/strm.config +++ b/strm.config @@ -3,9 +3,9 @@ # remote # Current user at hostname 'remote' on port 22 # user@10.0.0.1 # 'user' at address '10.0.0.1' on port 22 # user@10.0.0.1:600 # 'user' at address '10.0.0.1' on port 600 -connection_string="green-velvet.home" +connection_string="" # Absolute path to media directory on remote machine # Example: # /home//video -media_directory="/home/denis/video" \ No newline at end of file +media_directory="" \ No newline at end of file