diff --git a/.nais/vars/dev-beta-navno.yml b/.nais/vars/dev-beta-navno.yml index e00e735f4..cbd2f7f12 100644 --- a/.nais/vars/dev-beta-navno.yml +++ b/.nais/vars/dev-beta-navno.yml @@ -31,11 +31,11 @@ env: - name: LOGIN_SESSION_API_URL value: https://login.ekstern.dev.nav.no/oauth2/session - name: MIN_SIDE_URL - value: https://www.intern.dev.nav.no/minside + value: https://www.ansatt.dev.nav.no/minside - name: MIN_SIDE_ARBEIDSGIVER_URL value: https://arbeidsgiver.intern.dev.nav.no/min-side-arbeidsgiver - name: PERSONOPPLYSNINGER_URL - value: https://www.intern.dev.nav.no/person/personopplysninger + value: https://www.ansatt.dev.nav.no/person/personopplysninger - name: BOOST_ENV value: "navtest" - name: PUZZEL_CUSTOMER_ID diff --git a/.nais/vars/dev-beta-tms.yml b/.nais/vars/dev-beta-tms.yml index e839c39bd..e0c293522 100644 --- a/.nais/vars/dev-beta-tms.yml +++ b/.nais/vars/dev-beta-tms.yml @@ -29,11 +29,11 @@ env: - name: LOGIN_SESSION_API_URL value: https://login.ekstern.dev.nav.no/oauth2/session - name: MIN_SIDE_URL - value: https://www.intern.dev.nav.no/minside + value: https://www.ansatt.dev.nav.no/minside - name: MIN_SIDE_ARBEIDSGIVER_URL value: https://arbeidsgiver.intern.dev.nav.no/min-side-arbeidsgiver - name: PERSONOPPLYSNINGER_URL - value: https://www.intern.dev.nav.no/person/personopplysninger + value: https://www.ansatt.dev.nav.no/person/personopplysninger - name: BOOST_ENV value: "navtest" - name: PUZZEL_CUSTOMER_ID diff --git a/.nais/vars/dev-stable.yml b/.nais/vars/dev-stable.yml index a0c198fa0..f6a36550d 100644 --- a/.nais/vars/dev-stable.yml +++ b/.nais/vars/dev-stable.yml @@ -31,11 +31,11 @@ env: - name: LOGIN_SESSION_API_URL value: https://login.ekstern.dev.nav.no/oauth2/session - name: MIN_SIDE_URL - value: https://www.intern.dev.nav.no/minside + value: https://www.ansatt.dev.nav.no/minside - name: MIN_SIDE_ARBEIDSGIVER_URL value: https://arbeidsgiver.intern.dev.nav.no/min-side-arbeidsgiver - name: PERSONOPPLYSNINGER_URL - value: https://www.intern.dev.nav.no/person/personopplysninger + value: https://www.ansatt.dev.nav.no/person/personopplysninger - name: BOOST_ENV value: "navtest" - name: PUZZEL_CUSTOMER_ID diff --git a/packages/server/.env.sample b/packages/server/.env.sample index 242d5024b..308b83c88 100644 --- a/packages/server/.env.sample +++ b/packages/server/.env.sample @@ -9,7 +9,7 @@ LOGIN_URL=http://localhost:8089/oauth2/login LOGOUT_URL=http://localhost:8089/oauth2/logout MIN_SIDE_URL=http://localhost:8089/minside -MIN_SIDE_URL=https://www.intern.dev.nav.no/minside +MIN_SIDE_URL=https://www.ansatt.dev.nav.no/minside MIN_SIDE_ARBEIDSGIVER_URL=http://localhost:8089/minside-arbeidsgiver PERSONOPPLYSNINGER_URL=http://localhost:8089/personopplysninger VARSEL_API_URL=http://localhost:8089/api diff --git a/packages/server/src/views/header/main-menu.stories.ts b/packages/server/src/views/header/main-menu.stories.ts index 2ad9c8278..3bdf51eb9 100644 --- a/packages/server/src/views/header/main-menu.stories.ts +++ b/packages/server/src/views/header/main-menu.stories.ts @@ -295,7 +295,7 @@ const nbPrivatpersonLinks = [ ]; const nbPrivatpersonContextLinks = [ - { content: "Min side", url: "https://www.intern.dev.nav.no/minside" }, + { content: "Min side", url: "https://www.ansatt.dev.nav.no/minside" }, { content: "Arbeidsgiver", url: "https://www.ansatt.dev.nav.no/no/bedrift",