From efc80dcc28d577bf6c6164d99f110ef093b04d7a Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Thu, 21 Mar 2024 17:41:01 +0700 Subject: [PATCH] Update GraphQL endpoint in .env.development file --- .env.development | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 6bf8543..31db523 100755 --- a/.env.development +++ b/.env.development @@ -2,7 +2,8 @@ VITE_BASE_URL=http://localhost:5173 VITE_BASE_DIRECTORY=/ VITE_APP_VERSION=0.0.1 VITE_APP_NAME='Executive Information System' -VITE_APP_GRAPHQL_ENDPOINT=http://127.0.0.1:32169/graphql +# VITE_APP_GRAPHQL_ENDPOINT=http://127.0.0.1:32169/graphql # VITE_APP_REST_ENDPOINT=http://192.168.191.163:32180 -# VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql +VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql +# VITE_APP_GRAPHQL_ENDPOINT=http://192.168.137.46:32169/graphql VITE_APP_REST_ENDPOINT=http://10.1.50.173:32181 \ No newline at end of file