From 4ed5ea0de73be31ead88d65e982f9d26d6a288b4 Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Tue, 17 Nov 2020 15:05:30 -0400 Subject: [PATCH] Update web production env --- web/.env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.production b/web/.env.production index 4e933c0..dd99cd9 100644 --- a/web/.env.production +++ b/web/.env.production @@ -1,2 +1,2 @@ -VUE_APP_GRAPHQL_HTTP="http://ifms-pti-svr.pp.ifms.edu.br/graphql" -VUE_APP_GRAPHQL_WS="ws://ifms-pti-svr.pp.ifms.edu.br/graphql" \ No newline at end of file +VUE_APP_GRAPHQL_HTTP="http://ifms-pti-svr.paas1.pp.ifms.edu.br/graphql" +VUE_APP_GRAPHQL_WS="ws://ifms-pti-svr.paas1.pp.ifms.edu.br/graphql" \ No newline at end of file