-
Notifications
You must be signed in to change notification settings - Fork 23
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
ad3f90b
commit f96d9a4
Showing
6 changed files
with
38 additions
and
32 deletions.
There are no files selected for viewing
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
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
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,2 +1,8 @@ | ||
# The API root (where the server package is being hosted) | ||
VITE_API_ROOT=http://localhost:5000 | ||
VITE_GOOGLE_ANALYTICS_TRACKING_ID=G-XXXXXXXXX | ||
|
||
# Google Analytics tracking code (can leave as this) | ||
VITE_GOOGLE_ANALYTICS_TRACKING_ID=G-XXXXXXXXX | ||
|
||
# A message to show when the API is unreacable (optional) | ||
# VITE_API_UNREACHABLE_ERROR_MESSAGE= # Disabled by default |
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
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
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 +1,2 @@ | ||
# The origins allowed to make calls to the server (where the frontend is hosted). Can be multiple domains separated by commas. | ||
SERVER_ALLOWED_ORIGINS=http://localhost:3000 |