Skip to content

Commit

Permalink
chore: force staging backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Dec 31, 2024
1 parent ea5789c commit 7c9afec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Hostname of backend storing user configurations
NEXT_PUBLIC_CONFIG_HOST=https://api.rezervo.no
# TODO: revert to https://api.rezervo.no for production
NEXT_PUBLIC_CONFIG_HOST=https://fa-api.rezervo.no

# FusionAuth dummy values
NEXT_PUBLIC_FUSIONAUTH_URL=https://auth.example.org
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
env:
NEXT_PUBLIC_CONFIG_HOST: https://api.rezervo.no
# TODO: revert to https://api.rezervo.no for production
NEXT_PUBLIC_CONFIG_HOST: https://fa-api.rezervo.no

0 comments on commit 7c9afec

Please sign in to comment.