Skip to content

Commit

Permalink
env mods
Browse files Browse the repository at this point in the history
  • Loading branch information
baudisgroupUser committed Jan 14, 2025
1 parent 62579ba commit 9544571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion env/local
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
SERVER=http://progenetix.test/
NEXT_PUBLIC_API_PATH=http://progenetix.test/
NEXT_PUBLIC_PREFETCH_API_PATH=http://progenetix.test/
NEXT_PUBLIC_USE_PROXY=false
Expand Down
3 changes: 2 additions & 1 deletion env/production
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NEXT_PUBLIC_API_PATH=/
NEXT_PUBLIC_PREFETCH_API_PATH=/
NEXT_PUBLIC_USE_PROXY=false
NEXT_PUBLIC_SITE_URL=https://progenetix.org/
NEXT_PUBLIC_SITE_URL=https://progenetix.org/
4 changes: 2 additions & 2 deletions env/staging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEXT_PUBLIC_API_PATH=/
NEXT_PUBLIC_PREFETCH_API_PATH=https://staging.progenetix.org/
NEXT_PUBLIC_PREFETCH_API_PATH=/
NEXT_PUBLIC_USE_PROXY=false
NEXT_PUBLIC_SITE_URL=https://staging.progenetix.org/
NEXT_PUBLIC_SITE_URL=https://staging.progenetix.org/

0 comments on commit 9544571

Please sign in to comment.