-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eaa21a2
commit b8c5f12
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
12 changes: 10 additions & 2 deletions
12
Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard/.env.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# Required | ||
REACT_APP_API_SERVER = 192.168.0.118 | ||
REACT_APP_API_SERVER_PORT = 280 | ||
REACT_APP_API_CONTEXT = / | ||
REACT_APP_FLASK_SERVER = 192.168.0.118 | ||
REACT_APP_FLASK_SERVER_PORT = 5000 | ||
GITHUB_SECRET = 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 | ||
|
||
# Optional | ||
HOST = 0.0.0.0 | ||
PORT = 4848 | ||
REACT_APP_API_SERVER = 192.168.0.134 | ||
REACT_APP_API_SERVER_PORT = 280 | ||
|