From 86073d57184c0efee650a8a5d18c38a74b294c7e Mon Sep 17 00:00:00 2001 From: maximus Date: Wed, 12 Oct 2022 16:59:24 +0300 Subject: [PATCH] set up makefile --- .env.production | 12 ++++++------ Makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.production b/.env.production index dd043dd..9c2b36e 100755 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ -REACT_APP_CMS_BASE_URL=EXT_CMS_BASE_URL -REACT_APP_CMS_APP_NAME=EXT_CMS_APP_NAME -REACT_APP_OPENID_PROVIDER_URL=EXT_OPENID_PROVIDER_URL -REACT_APP_INTEGRATOR_URL=EXT_INTEGRATOR_URL -REACT_APP_INTEGRATOR_API_VERSION=EXT_INTEGRATOR_API_VERSION -REACT_APP_GRAPHQL_URL=EXT_GRAPHQL_URL +REACT_APP_CMS_BASE_URL=http://scipaper.ru +REACT_APP_CMS_APP_NAME=scipaper +REACT_APP_OPENID_PROVIDER_URL=http://auth.techpal.ru/auth/realms/master/protocol/openid-connect/auth?client_id=techpal&response_type=code +REACT_APP_INTEGRATOR_URL=http://scipaper.ru +REACT_APP_INTEGRATOR_API_VERSION=/v1 +REACT_APP_GRAPHQL_URL=/graphql diff --git a/Makefile b/Makefile index d518730..4384528 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT_NAME=freeland-frontend +PROJECT_NAME=scipaper-frontend setup: npm i