We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa21a2 commit b8c5f12Copy full SHA for b8c5f12
Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard/.env.example
@@ -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
10
HOST = 0.0.0.0
11
PORT = 4848
-REACT_APP_API_SERVER = 192.168.0.134
-REACT_APP_API_SERVER_PORT = 280
12
0 commit comments