@@ -24,7 +24,6 @@ private val localProperties = ConfigurationMap(
24
24
" application.httpPort" to " 8099" ,
25
25
" hentinntektliste.url" to " https://localhost/inntektskomponenten-ws/rs/api/v1/hentinntektliste" ,
26
26
" enhetsregisteret.url" to " https://data.brreg.no/enhetsregisteret/api" ,
27
- " oppslag.url" to " https://localhost:8090/api" ,
28
27
" oidc.sts.issuerurl" to " http://localhost/" ,
29
28
" jwks.url" to " https://localhost" ,
30
29
" jwks.issuer" to " https://localhost" ,
@@ -49,7 +48,6 @@ private val devProperties = ConfigurationMap(
49
48
" vault.mountpath" to " postgresql/preprod-fss/" ,
50
49
" hentinntektliste.url" to " https://app-q1.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste" ,
51
50
" enhetsregisteret.url" to " https://data.brreg.no/enhetsregisteret/api" ,
52
- " oppslag.url" to " http://dagpenger-oppslag.default.svc.nais.local/api" ,
53
51
" oidc.sts.issuerurl" to " https://security-token-service.nais.preprod.local/" ,
54
52
" jwks.url" to " https://isso-q.adeo.no:443/isso/oauth2/connect/jwk_uri" ,
55
53
" jwks.issuer" to " https://isso-q.adeo.no:443/isso/oauth2" ,
@@ -71,7 +69,6 @@ private val prodProperties = ConfigurationMap(
71
69
" vault.mountpath" to " postgresql/prod-fss/" ,
72
70
" hentinntektliste.url" to " https://app.adeo.no/inntektskomponenten-ws/rs/api/v1/hentinntektliste" ,
73
71
" enhetsregisteret.url" to " https://data.brreg.no/enhetsregisteret/api" ,
74
- " oppslag.url" to " http://dagpenger-oppslag.default.svc.nais.local/api" ,
75
72
" oidc.sts.issuerurl" to " https://security-token-service.nais.adeo.no/" ,
76
73
" jwks.url" to " https://isso.adeo.no:443/isso/oauth2/connect/jwk_uri" ,
77
74
" jwks.issuer" to " https://isso.adeo.no:443/isso/oauth2" ,
@@ -130,7 +127,6 @@ data class Configuration(
130
127
val password : String = config()[Key ("srvdp.inntekt.api.password", stringType)],
131
128
val hentinntektListeUrl : String = config()[Key ("hentinntektliste.url", stringType)],
132
129
val enhetsregisteretUrl : String = config()[Key ("enhetsregisteret.url", stringType)],
133
- val oppslagUrl : String = config()[Key ("oppslag.url", stringType)],
134
130
val oicdStsUrl : String = config()[Key ("oidc.sts.issuerurl", stringType)],
135
131
val jwksUrl : String = config()[Key ("jwks.url", stringType)],
136
132
val jwksIssuer : String = config()[Key ("jwks.issuer", stringType)],
0 commit comments