Skip to content

Commit

Permalink
Sette riktig URL til dp-inntekt-api
Browse files Browse the repository at this point in the history
Co-authored-by: Mona Kjeldsrud <[email protected]>
  • Loading branch information
gtcno and mkjeldsr committed Dec 1, 2023
1 parent 911f2e1 commit 0769f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal object Config {
"KAFKA_CONSUMER_GROUP_ID" to "dp-inntekt-klassifiserer-v1",
"KAFKA_RAPID_TOPIC" to "teamdagpenger.regel.v1",
"KAFKA_RESET_POLICY" to "latest",
"DP_INNTEKT_API_URL" to "http://localhost/",
"DP_INNTEKT_API_URL" to "http://dp-inntekt-api.teamdagpenger/",
),
)
private val properties =
Expand Down

0 comments on commit 0769f79

Please sign in to comment.