Skip to content

Commit 9ec5891

Browse files
committed
1 parent 317e3a9 commit 9ec5891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/InntektApiConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ internal object Config {
6060
"application.httpPort" to "8099",
6161
"kafka.inntekt.brukt.topic" to "teamdagpenger.inntektbrukt.v1",
6262
"unleash.url" to "https://unleash.nais.io/api/",
63-
"pdl.url" to "http://pdl-api.default.svc.nais.local/graphql",
63+
"pdl.url" to "http://pdl-api.pdl.svc.nais.local /graphql",
6464
"enhetsregisteret.url" to "https://data.brreg.no/enhetsregisteret"
6565
)
6666
)
@@ -80,7 +80,7 @@ internal object Config {
8080
"application.httpPort" to "8099",
8181
"kafka.inntekt.brukt.topic" to "teamdagpenger.inntektbrukt.v1",
8282
"unleash.url" to "https://unleash.nais.io/api/",
83-
"pdl.url" to "http://pdl-api.default.svc.nais.local/graphql",
83+
"pdl.url" to "http://pdl-api.pdl.svc.nais.local/graphql",
8484
"enhetsregisteret.url" to "https://data.brreg.no/enhetsregisteret"
8585
)
8686
)

0 commit comments

Comments
 (0)