From 432c6fdef546dbbda268ef53f343b5790b932e8d Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Wed, 19 Jun 2024 11:06:59 +0900 Subject: [PATCH] =?UTF-8?q?url=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- egovframe-template-simple-react-contribution/.env.production | 3 ++- kcsc-back-end/src/main/resources/application-prod.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/egovframe-template-simple-react-contribution/.env.production b/egovframe-template-simple-react-contribution/.env.production index e52ed01..f086459 100644 --- a/egovframe-template-simple-react-contribution/.env.production +++ b/egovframe-template-simple-react-contribution/.env.production @@ -4,7 +4,8 @@ NODE_PATH=src/ ## 절대경로 지정 -REACT_APP_EGOV_CONTEXT_URL=https://back.kcsc.dbnt.co.kr +## REACT_APP_EGOV_CONTEXT_URL=https://back.kcsc.dbnt.co.kr +REACT_APP_EGOV_CONTEXT_URL=58.234.249.138:50688 ## [보안] 소스맵 삭제 GENERATE_SOURCEMAP=false diff --git a/kcsc-back-end/src/main/resources/application-prod.properties b/kcsc-back-end/src/main/resources/application-prod.properties index 4c0c55c..781b348 100644 --- a/kcsc-back-end/src/main/resources/application-prod.properties +++ b/kcsc-back-end/src/main/resources/application-prod.properties @@ -1,7 +1,8 @@ # ??? ? ?? ?? properties ?? ?? ? ?? ??. # Access-Control-Allow-Origin -Globals.Allow.Origin = https://back.dbnt.co.kr +#Globals.Allow.Origin = https://back.dbnt.co.kr +Globals.Allow.Origin = http://58.234.249.138:50680/ server.port=50688