Skip to content

Commit

Permalink
add feature switch for user-features
Browse files Browse the repository at this point in the history
  • Loading branch information
dskamiotis committed Nov 14, 2023
1 parent 6c2f94b commit 75f8866
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/conf/switches/FeatureSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -532,4 +532,14 @@ trait FeatureSwitches {
sellByDate = Some(LocalDate.of(2024, 6, 5)),
exposeClientSide = false,
)

val UserFeaturesDcr = Switch(
SwitchGroup.Feature,
"user-features-dcr",
"If this switch is on, we will load user-features from dcr",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 1, 15)),
exposeClientSide = true,
)
}

0 comments on commit 75f8866

Please sign in to comment.