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 636c82d commit ffd5269Copy full SHA for ffd5269
dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/InntektApiConfig.kt
@@ -47,7 +47,7 @@ internal object Config {
47
"database.name" to "dp-inntekt-db-q0",
48
"flyway.locations" to "db/migration,db/testdata",
49
"vault.mountpath" to "postgresql/preprod-fss/",
50
- "hentinntektliste.url" to "https://app-q1.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",
+ "hentinntektliste.url" to "https://app-q0.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste",
51
"enhetsregisteret.url" to "https://data.brreg.no/enhetsregisteret/api",
52
"oidc.sts.issuerurl" to "https://security-token-service.nais.preprod.local/",
53
"application.profile" to "DEV",
0 commit comments