diff --git a/.env.production b/.env.production index e699308..0a06365 100644 --- a/.env.production +++ b/.env.production @@ -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 diff --git a/.github/workflows/build-and-push-docker-image.yaml b/.github/workflows/build-and-push-docker-image.yaml index 8dbd0fd..06d1f40 100644 --- a/.github/workflows/build-and-push-docker-image.yaml +++ b/.github/workflows/build-and-push-docker-image.yaml @@ -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