From 56493e1f5936d4a362dea9abfc057006ad785ad1 Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Sat, 16 Jan 2021 08:55:56 -0400 Subject: [PATCH] Use new IP --- web/.env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.development b/web/.env.development index 5342f7e..02aae6e 100755 --- a/web/.env.development +++ b/web/.env.development @@ -1,2 +1,2 @@ -VUE_APP_GRAPHQL_HTTP="http://192.168.0.9:4000/graphql" -VUE_APP_GRAPHQL_WS="ws://192.168.0.9:4000/graphql" +VUE_APP_GRAPHQL_HTTP="http://192.168.0.14:4000/graphql" +VUE_APP_GRAPHQL_WS="ws://192.168.0.14:4000/graphql"