Skip to content

Commit

Permalink
Code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nooobcoder committed Apr 11, 2022
1 parent eaa21a2 commit b8c5f12
Showing 1 changed file with 10 additions and 2 deletions.
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

0 comments on commit b8c5f12

Please sign in to comment.