Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Fjern environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jstnhlj committed Dec 4, 2023
1 parent 880aa76 commit d346d26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/kotlin/no/nav/paw/config/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ data class Config(
.instanceId(dotenv["NAIS_APP_NAME"])
.unleashAPI(dotenv["UNLEASH_SERVER_API_URL"])
.apiKey(dotenv["UNLEASH_SERVER_API_TOKEN"])
.environment(
when (System.getenv("NAIS_CLUSTER_NAME").orEmpty()) {
"prod-gcp" -> "production"
else -> "development"
}
)
.synchronousFetchOnInitialisation(true)
.build(),
val authentication: List<AuthProvider> = listOf(
Expand Down

0 comments on commit d346d26

Please sign in to comment.