From 8bb6bee54b736dd24204eac783cf72e9f745bc1f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:56:05 +0100 Subject: [PATCH] Update config.json --- tdarr/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdarr/config.json b/tdarr/config.json index a904f9619..260f9da68 100644 --- a/tdarr/config.json +++ b/tdarr/config.json @@ -41,12 +41,12 @@ "/dev/nvme2" ], "environment": { - "serverIP": "0.0.0.0", + "serverIP": "127.0.0.1", "serverPort": "8266", "webUIPort": "8265", "internalNode": "true", "nodeID": "MyInternalNode", - "nodeIP": "0.0.0.0", + "nodeIP": "127.0.0.1", "nodePort": "8267", "TZ": "Europe/London", "PUID": "0",