From a65fd0122cb47d7eb5d7e0ff2a51d462c1af1475 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Thu, 7 Jul 2022 16:20:16 +0900 Subject: [PATCH] config: production confg fix --- .env.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 3b83490..1941578 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,6 @@ NODE_PATH=src REACT_APP_MODE=production REACT_APP_VERSION = v0.0.1 -REACT_APP_API_URL=http://traffic.gangnam.go.kr1:8090 +#REACT_APP_API_URL=http://traffic.gangnam.go.kr1:8090 +REACT_APP_API_URL=http://211.119.124.9:8090 REACT_APP_SERVER_TIMEOUT=6000 \ No newline at end of file