Skip to content

Commit b8c5f12

Browse files
committed
Code refactor
1 parent eaa21a2 commit b8c5f12

File tree

1 file changed

+10
-2
lines changed
  • Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard

1 file changed

+10
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
# Required
2+
REACT_APP_API_SERVER = 192.168.0.118
3+
REACT_APP_API_SERVER_PORT = 280
4+
REACT_APP_API_CONTEXT = /
5+
REACT_APP_FLASK_SERVER = 192.168.0.118
6+
REACT_APP_FLASK_SERVER_PORT = 5000
7+
GITHUB_SECRET = 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
8+
9+
# Optional
110
HOST = 0.0.0.0
211
PORT = 4848
3-
REACT_APP_API_SERVER = 192.168.0.134
4-
REACT_APP_API_SERVER_PORT = 280
12+

0 commit comments

Comments
 (0)