Skip to content

Commit

Permalink
fix : webapp port setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Jun 20, 2024
1 parent a6f29bb commit 73d0ac2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/webapp/.env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
REACT_APP_API=http://localhost:9000
PORT=9000
REACT_APP_API=
REACT_APP_ENV=development
REACT_APP_LOGIN_INFO=neordinary-template-web-info-development
GENERATE_SOURCEMAP=false
1 change: 1 addition & 0 deletions src/main/webapp/.env.development.local
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
PORT=3000
REACT_APP_API=http://localhost:9000
REACT_APP_ENV=local
REACT_APP_LOGIN_INFO=neordinary-template-web-info-development
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/.env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
REACT_APP_API=http://localhost:9000
PORT=9000
REACT_APP_API=
REACT_APP_ENV=production
REACT_APP_LOGIN_INFO=neordinary-template-web-info-production
GENERATE_SOURCEMAP=false

0 comments on commit 73d0ac2

Please sign in to comment.