Skip to content

Commit

Permalink
improvements and fixes: update API base URL in environment files for …
Browse files Browse the repository at this point in the history
…consistency
  • Loading branch information
LeonardoMeireles55 committed Feb 5, 2025
1 parent 8d2020d commit bea3080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NODE_ENV=production
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?

Expand Down
4 changes: 2 additions & 2 deletions .env.development
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

0 comments on commit bea3080

Please sign in to comment.