Skip to content

Commit

Permalink
Merge pull request #318 from navikt/ansatt-domene
Browse files Browse the repository at this point in the history
Ansatt-domene
  • Loading branch information
akgagnat authored Aug 7, 2024
2 parents a311394 + 242ffa9 commit 868e337
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .nais/nais-preprod-alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
namespace: personbruker
ingresses:
- 'https://www.intern.dev.nav.no/sendinn-alt'
- 'https://www.ansatt.dev.nav.no/sendinn-alt'
env:
- name: APP_VERSION
value: {{ app_version }}
Expand All @@ -64,4 +65,4 @@ spec:
- name: FYLLUT_API_URL
value: http://skjemautfylling-preprod-alt.skjemadigitalisering/fyllut
- name: LOG_LINK
value: https://logs.adeo.no/app/discover#/view/b80c8870-6da3-11ee-b740-7d0ae42f37a4
value: https://logs.adeo.no/app/discover#/view/b80c8870-6da3-11ee-b740-7d0ae42f37a4
3 changes: 2 additions & 1 deletion .nais/nais-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
namespace: personbruker
ingresses:
- 'https://www.intern.dev.nav.no/sendinn'
- 'https://www.ansatt.dev.nav.no/sendinn'
env:
- name: APP_VERSION
value: {{ app_version }}
Expand All @@ -64,4 +65,4 @@ spec:
- name: FYLLUT_API_URL
value: http://skjemautfylling-preprod.skjemadigitalisering/fyllut
- name: LOG_LINK
value: https://logs.adeo.no/app/discover#/view/b80c8870-6da3-11ee-b740-7d0ae42f37a4
value: https://logs.adeo.no/app/discover#/view/b80c8870-6da3-11ee-b740-7d0ae42f37a4
2 changes: 1 addition & 1 deletion cypress/support/cypress.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
declare namespace Cypress {
interface Chainable {
defaultIntercepts(name: string): void;
defaultIntercepts(): void;
}
}

0 comments on commit 868e337

Please sign in to comment.