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