-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvements and fixes: update API base URL in environment files for …
…consistency
- Loading branch information
1 parent
8d2020d
commit bea3080
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
NODE_ENV=development | ||
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080 | ||
#NEXT_PUBLIC_API_BASE_URL=https://lab-spec.systems/backend-api | ||
#NEXT_PUBLIC_API_BASE_URL=https://lab-spec.systems/backend | ||
|
||
NEXT_PUBLIC_API_BASE_URL_REPORTS=date-range? | ||
|
||
NEXT_PUBLIC_API_BASE_URL_RESULTS_GROUPED=grouped-by-level?name= | ||
|
||
NEXT_PUBLIC_API_GOOGLE_SHEETS_LINK=https://docs.google.com/spreadsheets/d/12LSGZC9xKnJcwe9H6aZSX4DU16ruiWqbbCsftjS29FA/edit?gid=864741963#gid=864741963 | ||
|
||
NEXT_PUBLIC_APP_VERSION=0.8 | ||
NEXT_PUBLIC_APP_VERSION=0.9.0 |