Skip to content

Commit

Permalink
Add felleskodeverk.url to nais files.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalazAlkoj committed Aug 16, 2024
1 parent 3663124 commit 66491c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ spec:
value: http://istilgangskontroll.teamsykefravr
- name: AAREG_SERVICES_URL
value: https://aareg-services-q1.dev.intern.nav.no/api
- name: FELLESKODEVERK_URL
value: https://kodeverk-api.nav.no/api/v1
redis:
- instance: oppfolgingsplan
access: readwrite
2 changes: 2 additions & 0 deletions nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ spec:
value: http://istilgangskontroll.teamsykefravr
- name: AAREG_SERVICES_URL
value: https://aareg-services.intern.nav.no/api
- name: FELLESKODEVERK_URL
value: https://kodeverk-api.nav.no/api/v1
redis:
- instance: oppfolgingsplan
access: readwrite
2 changes: 1 addition & 1 deletion src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ azure.app.client.secret: 'client.secret'
security.token.service.rest.url: "http://security-token-service.url"
ereg.url: "http://ereg"
aareg.services.url: "http://aareg-services.url"

felleskodeverk.url: "http://kodeverk.url"

krr.url: "http://krr.url"
krr.scope: "krr.scope"

0 comments on commit 66491c1

Please sign in to comment.