Skip to content

Commit

Permalink
Eksperiment: Bruk Redis URI direkte
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerga committed Jan 15, 2025
1 parent 5675876 commit 626d0b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Env {
}

object Redis {
val aivenUri: String = "REDIS_URI_INNTEKTSMELDING".fromEnv()
val aivenUri: String = "rediss://redis-helsearbeidsgiver-inntektsmelding-nav-dev.f.aivencloud.com:26483"
val url: String = "REDIS_URL".fromEnv()
}
}

0 comments on commit 626d0b0

Please sign in to comment.