diff --git a/.env.production b/.env.production index b49e885..eaebfff 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ NODE_PATH=src REACT_APP_MODE=production REACT_APP_VERSION = v0.0.1 -#REACT_APP_API_URL=http://211.119.124.9:8090 -REACT_APP_API_URL=http://localhost:8090 +REACT_APP_API_URL=http://211.119.124.9:8090 +#REACT_APP_API_URL=http://localhost:8090 REACT_APP_SERVER_TIMEOUT=6000 \ No newline at end of file