Skip to content

Commit c019a15

Browse files
committed
changed production environment urls
1 parent 3d72c7b commit c019a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reactjs/.env.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
GENERATE_SOURCEMAP=false
2-
REACT_APP_APP_BASE_URL="http://www.ryoldash.com/"
3-
REACT_APP_REMOTE_SERVICE_BASE_URL="http://www.ryoldash.com/"
2+
REACT_APP_APP_BASE_URL="http://localhost:3000"
3+
REACT_APP_REMOTE_SERVICE_BASE_URL="http://localhost:21021"

0 commit comments

Comments
 (0)