From 39575625082fb609f9823202bc2acd6a5598e151 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Thu, 7 Jul 2022 17:37:20 +0900 Subject: [PATCH] config: production confg fix --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 74df751..1941578 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ 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://localhost:8090 +REACT_APP_API_URL=http://211.119.124.9:8090 REACT_APP_SERVER_TIMEOUT=6000 \ No newline at end of file