We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e4fe5 commit 19ac528Copy full SHA for 19ac528
dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/Configuration.kt
@@ -41,7 +41,7 @@ private val devProperties = ConfigurationMap(
41
"database.name" to "dp-inntekt-db-preprod",
42
"flyway.locations" to "db/migration,db/testdata",
43
"vault.mountpath" to "postgresql/preprod-fss/",
44
- "hentinntektliste.url" to "https://app-q0.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",
+ "hentinntektliste.url" to "https://app-q1.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",
45
"enhetsregisteret.url" to "https://data.brreg.no/enhetsregisteret/api",
46
"oppslag.url" to "http://dagpenger-oppslag/api",
47
"oidc.sts.issuerurl" to "https://security-token-service.nais.preprod.local/",
0 commit comments