Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

la til riktig path i prod også #2167

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ IS_FAILOVER_INSTANCE='false'
RELEASE_TAG=development
ASSET_PREFIX=http://localhost:3000
TELEMETRY_URL=http://localhost:12347/collect
NAVNO_API_URL=https://www.nav.no/person/navno-api
NAVNO_SEARCH_API_URL=https://navno-search-api.ekstern.dev.nav.no/content/search-url
NEXT_TELEMETRY_DISABLED=1
MELDEKORT_API_URL=https://meldekort-api-q1.intern.dev.nav.no/meldekort/meldekort-api/api/person
2 changes: 1 addition & 1 deletion .env.prod-local
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ IS_FAILOVER_INSTANCE='false'
RELEASE_TAG=prodLocal
ASSET_PREFIX=http://localhost:3000
TELEMETRY_URL=http://localhost:12347/collect
NAVNO_API_URL=https://www.nav.no/person/navno-api
NAVNO_SEARCH_API_URL=https://navno-search-api.ekstern.dev.nav.no/content/search-url
NEXT_TELEMETRY_DISABLED=1
MELDEKORT_API_URL=https://meldekort-api.nav.no/meldekort/meldekort-api/api/person
4 changes: 0 additions & 4 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ on:
INNLOGGINGSSTATUS_URL:
required: true
type: string
NAVNO_API_URL:
required: true
type: string
MELDEKORT_API_URL:
required: true
type: string
Expand Down Expand Up @@ -98,7 +95,6 @@ jobs:
FAILOVER_ORIGIN=${{ inputs.FAILOVER_ORIGIN }}
IS_FAILOVER_INSTANCE=${{ inputs.IS_FAILOVER_INSTANCE }}
INNLOGGINGSSTATUS_URL=${{ inputs.INNLOGGINGSSTATUS_URL }}
NAVNO_API_URL=${{ inputs.NAVNO_API_URL }}
NAVNO_SEARCH_API_URL=${{ inputs.NAVNO_SEARCH_API_URL }}
MELDEKORT_API_URL=${{ inputs.MELDEKORT_API_URL }}
ASSET_PREFIX=https://cdn.nav.no/personbruker/nav-enonicxp-frontend
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-failover.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
XP_ORIGIN: https://www.nav.no
TELEMETRY_URL: https://telemetry.nav.no/collect
INNLOGGINGSSTATUS_URL: https://www.nav.no/person/nav-dekoratoren-api/auth
NAVNO_API_URL: https://www.nav.no/person/navno-api
NAVNO_SEARCH_API_URL: https://navno-search-api.nav.no/content/search-url
FAILOVER_ORIGIN: https://www-failover.nav.no
IS_FAILOVER_INSTANCE: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.dev1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
TELEMETRY_URL: https://telemetry.ekstern.dev.nav.no/collect
INNLOGGINGSSTATUS_URL: https://www.ekstern.dev.nav.no/person/nav-dekoratoren-api/auth
RELEASE_TAG: dev1-${{ github.sha }}
NAVNO_API_URL: https://www.ansatt.dev.nav.no/person/navno-api
NAVNO_SEARCH_API_URL: https://navno-search-api.ekstern.dev.nav.no/content/search-url
MELDEKORT_API_URL: https://meldekort-api-q1.intern.dev.nav.no/meldekort/meldekort-api/api/person
FAILOVER_ORIGIN: https://www-failover.intern.dev.nav.no
NODE_ENV: ${{ inputs.NODE_ENV }}
secrets:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.dev2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
TELEMETRY_URL: https://telemetry.ekstern.dev.nav.no/collect
INNLOGGINGSSTATUS_URL: https://www.ekstern.dev.nav.no/person/nav-dekoratoren-api/auth
RELEASE_TAG: dev2-${{ github.sha }}
NAVNO_API_URL: https://www.ansatt.dev.nav.no/person/navno-api
MELDEKORT_API_URL: https://meldekort-api-q1.intern.dev.nav.no/meldekort/meldekort-api/api/person
NAVNO_SEARCH_API_URL: https://navno-search-api.ekstern.dev.nav.no/content/search-url
FAILOVER_ORIGIN: https://www-2-failover.intern.dev.nav.no
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
INNLOGGINGSSTATUS_URL: https://www.nav.no/person/nav-dekoratoren-api/auth
NAVNO_SEARCH_API_URL: https://navno-search-api.nav.no/content/search-url
RELEASE_TAG: ${{ github.ref_name }}
NAVNO_API_URL: https://www.nav.no/person/navno-api
MELDEKORT_API_URL: https://meldekort-api.nav.no/meldekort/meldekort-api/api/person
FAILOVER_ORIGIN: https://www-failover.nav.no
NODE_ENV: production
secrets:
Expand Down
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ const config = {
FAILOVER_ORIGIN: process.env.FAILOVER_ORIGIN,
IS_FAILOVER_INSTANCE: process.env.IS_FAILOVER_INSTANCE,
INNLOGGINGSSTATUS_URL: process.env.INNLOGGINGSSTATUS_URL,
NAVNO_API_URL: process.env.NAVNO_API_URL,
NAVNO_SEARCH_API_URL: process.env.NAVNO_SEARCH_API_URL,
DECORATOR_URL: process.env.DECORATOR_URL,
TELEMETRY_URL: process.env.TELEMETRY_URL,
Expand Down
1 change: 0 additions & 1 deletion nodeenv.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ declare global {
IMAGE_CACHE_DIR: string;
FAILOVER_ORIGIN: string;
IS_FAILOVER_INSTANCE: string;
NAVNO_API_URL: string;
MELDEKORT_API_URL: string;
NAVNO_SEARCH_API_URL: string;
ASSET_PREFIX: string;
Expand Down
Loading