Update VITE_APP_GRAPHQL_ENDPOINT in .env.development

This commit is contained in:
Dede Fuji Abdul 2024-04-08 20:07:05 +07:00
parent 4031e8cdf6
commit 70b1deead1

View File

@ -2,6 +2,6 @@ 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://10.8.0.13:32169/graphql
# VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql
# VITE_APP_GRAPHQL_ENDPOINT=http://10.8.0.13:32169/graphql
VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql
VITE_APP_REST_ENDPOINT=http://10.1.50.173:32181