From d67592e97d5bedebd57cd5fccabccca99f200f85 Mon Sep 17 00:00:00 2001 From: zefie Date: Thu, 9 Sep 2021 20:43:32 -0400 Subject: [PATCH] set default ip to localhost for viewer testing --- zefie_wtvp_minisrv/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/config.json b/zefie_wtvp_minisrv/config.json index 794a1f3c..24fc2e72 100644 --- a/zefie_wtvp_minisrv/config.json +++ b/zefie_wtvp_minisrv/config.json @@ -1,6 +1,6 @@ { "config": { - "service_ip": "0.0.0.0", + "service_ip": "127.0.0.1", "ServiceVaults": [ "UserServiceVault", "ServiceVault"