Skip to content

Commit

Permalink
Rewrite to pages router
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSorheim committed Nov 13, 2023
1 parent 39db819 commit f3a3941
Show file tree
Hide file tree
Showing 36 changed files with 2,508 additions and 412 deletions.
4 changes: 3 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
NEXT_PUBLIC_RUNTIME_ENVIRONMENT=local
NEXT_PUBLIC_MIN_SIDE_URL=https://www.nav.no/minside/
NEXT_PUBLIC_MIN_SIDE_URL=https://www.nav.no/minside/
NEXT_PUBLIC_DITT_SYKEFRAVAER_URL=https://demo.ekstern.dev.nav.no/syk/sykefravaer
NEXT_PUBLIC_ESYFO_PROXY_API_URL=http://localhost:3000/syk/aktivitetskrav/api/aktivitetsplikt
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
registry=https://registry.npmjs.org/
@navikt:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NPM_AUTH_TOKEN}
2 changes: 1 addition & 1 deletion nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
value: "dev"
- name: AKTIVITETSKRAV_BACKEND_HOST
value: "http://aktivitetskrav-backend.team-esyfo"
- name: ESYFO_PROXY_API_URL
- name: NEXT_PUBLIC_ESYFO_PROXY_API_URL
value: "https://www.intern.dev.nav.no/esyfo-proxy/api/aktivitetsplikt"
- name: AKTIVITETSKRAV_BACKEND_CLIENT_ID
value: "dev-gcp:team-esyfo:aktivitetskrav-backend"
Expand Down
2 changes: 1 addition & 1 deletion nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
value: "https://nav.no/dekoratoren"
- name: DECORATOR_ENV
value: "prod"
- name: ESYFO_PROXY_API_URL
- name: NEXT_PUBLIC_ESYFO_PROXY_API_URL
value: "https://www.nav.no/esyfo-proxy/api/aktivitetsplikt"
- name: AKTIVITETSKRAV_BACKEND_HOST
value: "http://aktivitetskrav-backend.team-esyfo"
Expand Down
Loading

0 comments on commit f3a3941

Please sign in to comment.