diff --git a/.env.development b/.env.development index 53f7347..37809dd 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,6 @@ VITE_BASE_URL=http://localhost:5173 VITE_BASE_DIRECTORY=/ VITE_APP_VERSION=0.0.1 -VITE_APP_NAME='Executive Information System' \ No newline at end of file +VITE_APP_NAME='Executive Information System' +VITE_APP_GRAPHQL_ENDPOINT=http://192.168.5.213:32169/graphql +VITE_APP_REST_ENDPOINT=http://192.168.5.213:32180 \ No newline at end of file diff --git a/.env.production b/.env.production index 50bbd8a..3af203a 100755 --- a/.env.production +++ b/.env.production @@ -1,4 +1,6 @@ VITE_BASE_URL=https://api.domain.com/v1/ VITE_BASE_DIRECTORY=/ VITE_APP_VERSION=0.0.1 -VITE_APP_NAME='Executive Information System' \ No newline at end of file +VITE_APP_NAME='Executive Information System' +VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql +VITE_APP_REST_ENDPOINT=http://10.1.50.173:32181 \ No newline at end of file