From 1ac36f1b7d12bad37162200f285c50e392090316 Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Wed, 4 May 2022 13:55:48 +0000 Subject: [PATCH] Change dev server --- web/.env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.development b/web/.env.development index 49ac2c2..dca1db6 100755 --- a/web/.env.development +++ b/web/.env.development @@ -1,2 +1,2 @@ -VUE_APP_GRAPHQL_HTTP="http://10.7.1.1:4000/graphql" -VUE_APP_GRAPHQL_WS="ws://10.7.1.1:4000/graphql" +VUE_APP_GRAPHQL_HTTP="http://10.7.0.54:4000/graphql" +VUE_APP_GRAPHQL_WS="ws://10.7.0.54:4000/graphql"