Skip to content

Commit e916ca5

Browse files
committed
App Initializer added
1 parent eac62e3 commit e916ca5

21 files changed

+3774
-3628
lines changed

reactjs/.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
REACT_APP_API_URL="http://www.ryoldash.com/"
1+
REACT_APP_APP_BASE_URL="http://www.ryoldash.com/"
2+
REACT_APP_REMOTE_SERVICE_BASE_URL="http://www.ryoldash.com/"

reactjs/.env.development

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
REACT_APP_API_URL="http://localhost:21021/api/"
1+
REACT_APP_APP_BASE_URL="http://localhost:3000"
2+
REACT_APP_REMOTE_SERVICE_BASE_URL="http://localhost:21021/"

reactjs/.env.production

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
REACT_APP_API_URL="http://www.ryoldash.com/"
1+
REACT_APP_APP_BASE_URL="http://www.ryoldash.com/"
2+
REACT_APP_REMOTE_SERVICE_BASE_URL="http://www.ryoldash.com/"

0 commit comments

Comments
 (0)