frontend to backend communication working, starting on locations page
This commit is contained in:
@@ -7,6 +7,7 @@ env:
|
||||
RELEASE_MSG: "First official release of the project"
|
||||
GO_VERSION: 1.16.3
|
||||
GI_SERVER_PORT: 3500
|
||||
GI_BASICAUTH: false
|
||||
REACT_APP_BACKEND_PORT: 3500 #Frontend can't find backend port unless we specify it (for DEV only, does not work when built obv)
|
||||
|
||||
tasks:
|
||||
@@ -78,7 +79,7 @@ tasks:
|
||||
|
||||
run-backend:
|
||||
env:
|
||||
|
||||
GI_BASIC_AUTH: false
|
||||
GI_DEVELOPMENT: false
|
||||
# TZ: "America/New_York"
|
||||
cmds:
|
||||
|
Reference in New Issue
Block a user